Hi,
I’m automating line item list in MIR4 window. Here is the button to open the list in MIR4 screen:
This is the line item list and I want to check all those rows:
I have tried data scraping to get the rows count, and the index for the check box in the first row is 10, as shown below:
However, when I scroll down, the index changes where the first displayed row is always 10.
Thus, how can I iterate through the rows?