Hello Everyone, My task is to automate file downloads from a website using Power Automate Desktop (PAD). The users require the files to be downloaded in order, starting from the oldest to the newest. The website has multiple pages, as shown in the screenshot. The bot needs to click on the last page button (e.g., 134 in the screenshot), download and delete the files on that page, and then move to the previous page (133). This process should continue until all the pages are processed. I'm unsure how to implement this in PAD and would appreciate your guidance. Thanks in advance!
Here is the code when I inspect the button. <button type="button" aria-label="Go to page 134" aria-current="true" class="page-link" style="z-index: auto;">134</button>