0

I'm using Appium 1.3.1, iOS8, and java bindings 2.1.0. The app has a TTTAttributedLabel field. TTTAttributedLabel is an inheritor of UILabel (see https://github.com/mattt/TTTAttributedLabel). The thing is that somehow I can't see this field in the Appium Inspector. I do see the text on the app on the emulator and I don't find the field with corresponding test in the Appium Inspector. I tried to assign an accessibility label to the field in the app and then access it, however it resulted in "element can't be found blabla..." Could you please help?

Sergii Kim
  • 65
  • 1
  • 5
  • As of iOS 7 `UILabel` also supports attributed strings so you might not need `TTTAttributedLabel ` – rckoenes Nov 21 '14 at 14:40
  • @rckoenes, thanks, but, unfortunately it's not my call to make. Also I'm not sure if UILabel would be better in Appium-wise perspective – Sergii Kim Nov 21 '14 at 14:46
  • possible duplicate of [xCode UIAutomation can't interact with TTTAttributedLabel](http://stackoverflow.com/questions/27843986/xcode-uiautomation-cant-interact-with-tttattributedlabel) – Vitaly S. Jan 14 '15 at 10:03

0 Answers0