Hi,
I’m using Appium 1.7.2 and automating a native application which is written in React. Not sure if anybody else is facing this issue but when I’m trying to get a text of an element in ios application, the text value is the same as accessibility label, value, name and not giving me the actual text that is visible on the application.
We are using accessibilityLabel’s to identify elements and we can reach the elements. The problem is last week we suddenly couldn’t get the text of the elements in ios application. On Android same elements can give the correct text but on ios it is as I said.
We’ve already tried the followings;
- Roll back to previous version of react native
- Using a testId to accessibilityLabel converter plugin
- Getting every type of attribute, name, text…
Thanks in advance