Hello,
I need to automate the Download of some documents, from multiple web pages.
But I don’t know how to flip through the pages, alternating dispositional operations.
In this automation, I access a GUI that contains some documents, divided into groups.
I have to enter the page of each group, and download all the documents present for that group.
The problem, for me, is that I can only download 50 at a time, so there are pages.
Once on the page, I set the selector to 50 lines, and select with the check. I click on two other keys to download the .zip file.
Then, I should change page, go to the next one, and do the same operation.
Can anyone help me with this? I don’t know how to change page, and run the new cycle, until the last page present.
Thanks !!!
Aaron