Variable value is “AA-123”, so I should click on Select from Second row…
Thanks…
If value is not in the list it will continue on clicking next page as next page button is not disabled…
Please help me on this, how to comeout of the loop.
are you extracting table for same reason or you have any other requirement
First spy the column cell which you have value then make the that dynamic by giving the value Mostly it should be “aaname” ,
also the target cell as you mention like “select” with dynamic attribute table row
Also spy next button element as you are referring it as multiple pages are present
Next step use element exists for cell value you have , if present use get attribute activity to get the table row , which is input for select element
use click activity inputting the select element
if in the element exists activity for column cell is not found ,
use element exist for next button if this is not present then steps required as per business flow
if next button exists , use click activity to click on next page
after that above steps repeats
I believe next button is disabled after reaching the max page right?
If not first do a get attribute on the showing pages x of x and then we can extract the last number pth to know the number and do for those many clicks max
Next button will be there in last page but it will be disabled,
on Element exists for next button in last page it will b true , only when it tries to click will get error right?