TurnPagesAndWait
Repeatedly navigates through the HTML element selected by the given nextButton selector, and selects each of the resulting pages, including the first one. Actions below this action will run inside each of the selected pages. This action also takes a delay which is applied after each page is visited.
Syntax
Browser.TurnPagesAndWait
· [nextButton]
· [delay]
Parameters
- nextButton
- The selector that selects the next page link or button.
- delay
- The delay in milliseconds after each page is visited.