I am using find children activity…and clicking on all children wherein I have assigned a variable to increase the row. But I am not able to stop the loop and due to which it is showing error after clicking all rows that it is not able to find the next row.
Pls help
@Kajal_Sharma - you can try to add element exists activity before clicking the rows
→ if element exists return → true → click the row
false → exit the loop…