ios - How to tap child element with KIF? -


i use kif-framework ui-testing of application on job. 1 of screens outputs information in cells text-fields , buttons have same accessibility labels in each cell, more of them have dinamically changeable values. if use

[tester tapviewwithaccesibilitylabel:@"<buttonname>"]; 

the button in first cell tapped. know how specify the button in definite cell, like

[[[xcuiapplication alloc] init].tables.cells[@"<cellname>"].buttons[@"<buttonname>"] tap]; 

so how can specify same way using kif? or maybe, has special method that?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -