I have scrapped a datatable and I want to match a condition that if row(1).ToString=var_test.ToString is “Sai” then BOT should click on that particular row.
But challenge is that “Sai” can be present either on page 2 of the webtable or page 6…How can we implement this?..that BOT should keep on clicking the next button in the webtable until it finds “Sai” and once it does…it should click on that particular row.
if you can share me the wf that you have worked with the basic clicks i can update the same. because i dont have access to the application you are developing