How do I read a text from Element

Hi,

I have been working on automation iphone app with ios. But i am facing same issue mentioned here https://github.com/appium/appium/issues/537.

I am not able read the text from element as none of the attribute (from inspector XML) actually contains it’s value. The above issue is closed mentioning its apple’s bug but I have no choice other than to reading the text/label value from UIAStaticText or UIAButton.

I do not have access to modify source code, I am using JAVA client with Appium 1.4.

Please suggest me solution or any workaround to this problem.

Vikas

1 Like