I want to create a test script :
- find the element in the table data on web page
- if not match, it will click next button and find the element in the table data on next web page
- it will repeat the step 2 until success find the element
but I do know how to create the loop for step 2.