Re: PAD CHANGE WEBSITE PAGES
Hi @fgonzalez515
Since your query is to select the check boxes by scrolling to each page, i would suggest to try this logic
1. First Launch the webpage
2. Next use loop condition [ or any other loop action] such that loop should be executed till last page [ check whether the forward page arrow is present or not, if it is not present, then it means it is last page]
a. Inside the loop, create the operation for checking the check boxes [ If the website has an option Select All , which selects all checkboxes at once you can use that, else try datascrapping/counter increment to select the checkboxes
Try this way
Let me know if you have any questions 🙂
Mark It as solution if it helps
Thanks & Regards,
Nived N