Hi Devs,
I have to automate a java application in which we are querying a database and it displays in a table element of itself. The selector looks like this:
The ‘idx’ attribute is the only descriptor which allows me to loop through the rows
But the table has a overflow, scrolling of which makes the top most element’s idx of the table after the scroll as 1 the table does not allow pageDwn key press for scrolling for which I could have reinitialized the counter.