Good day.
I am looking for a solution where the scenario may look like this on below.
a) Login to web system
b) Ctrl + F to search item number
c) tick in the box
d) repeat b and c to the following number search
issue here
the number may not be in sequence, it can be a few row below after, how to teach the robot to read the particular row and tick the box correctly?
Here you need to get the attribute idx or rowNum for the respective item number. Then you need to use that attribute in the selector of checkbox to click.