Hello All,
I am using Power Automate Desktop to log into a secure site navigate to a client's profile and then download all the files associated with that client to a client folder. My issue is the actual downloading step. There is a table with links that open to a new tab with the file information. I want to directly download these files.
I have tried:
1. Download from web
Error: It can't find the file URLs in the table, so it downloads the session Id as the only file.
2.Click Download link on webpage
Error: Microsoft Edge can't be used for this action use Internet Explorer or automation browser. I tried to use IE mode in Microsoft Edge but it didn't work. Neither did Firefox.
3. Click link on webpage.
Error: It cannot find the links to select.
4. Writing a Python script to get URLs
Error: Python can't log in to get the URLs with the same semeion as my initial log in on Power Automate Desktop.
What I would like some help with:
1. Figuring out how to gather every URL in the table then move on to the next table of documents I did this using extract data from web page and paging.
2. Help with understanding what the "automation browser is" other than Internet Explorer and the Extension
3. Any ideas on how to go forward with this.
UPDATE: I can open all URLs after extracting data from webpage. However, unless I manually press the download button of the file in a new tab it downloads the login text from the secured client page.