Select Items

I need to download several pdf files from a list within a web page, but the problem is that they do not appear as files but as objects, and the window that contains them is small, so I must explore the window using the scrollbar and it is automatically updated every Once I download a file, apart from that, the button to select all is not an option

Can you use attach browser and then the maximise activity on the web page? That should make the first part a little easier. I’d suggest using the UiExplorer to look at the button to see if the selectors have a similar form, then you may be able to use wildcards to click on each item easier. Also in UiExplorer look at the attributes, is there a url in there that indicates the endpoint for the download? If so You could use the activity http request to download the files straight do a desired path.

1 Like