fix: Missing text in long text for get text/value#1007
Conversation
|
Is it expected that the test should fail? |
|
Thanks. do you think we could do the same thing in the page source as well...? If not, I think adding documentation would be sufficient I have added for the getText endpoint to call as well. |
I assume Apple designed it this way due to two reasons:
that it why I would keep built-in snapshots for the page source retrieval. Maybe we could put the possibility to always deep snapshot for the page source retrieval under a setting though, but I really don't see a point of having huge attribute values in xmls |
## [9.5.2](v9.5.1...v9.5.2) (2025-04-19) ### Bug Fixes * Missing text in long text for get text/value ([#1007](#1007)) ([6603a0b](6603a0b))
|
🎉 This PR is included in version 9.5.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [9.5.2](appium/WebDriverAgent@v9.5.1...v9.5.2) (2025-04-19) ### Bug Fixes * Missing text in long text for get text/value ([#1007](appium/WebDriverAgent#1007)) ([6603a0b](appium/WebDriverAgent@6603a0b))

This PR changes the "Text Field long text" to much longer one to demonstrate eca2ed1 (Before #970 regression.
Before the change:
while after the change failed:
Vanilla XCTest had the entire text appium/appium-xcuitest-driver#2552 (comment) .