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)
- i set
setisaccessibilityelement:yes
,setaccessibilitylabel
to 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 ...
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
Post a Comment