Cannot access uielements inside (within) UITableView by using Appium -


i've being trying access uielements (labels) located within uitableviewcell located in uitableview. (see picture below)

the labels within cell inside table

  • i set setisaccessibilityelement:yes , setaccessibilitylabelto each required label can access no issues.
  • i'm adding accessibility cell , still can access each label in addition cell well
  • i'm adding accessibility table point appium cannot recognise/inspect cell , labels , table ...

appium inspector

the thing , ios accessibility inspector (runs ios simulator) able recognise table / cell / labels

any idea need in sourcecode of app in order make work appium ?

thanks

found on http://appium.io/slate/en/v/?javascript#finding-and-interacting-with-elements

there’s known issue table cell elements becoming invalidated before there’s time interact them. we’re working on fix

however, did find if .click() on uitableview element picked row in center of screen. not sure if that's helpful in testing.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -