I have a tableview with a number of tableview cells. Within each cell there are 2 buttons.
What I need is I need to write a test script (in java) to scroll to a particular cell and perform click action in a button which is within the cell.
I am using appium (version 1.6.4), so the scrollto
method is deprecated.
Can anyone please help me with this?