Hello,
My current flow looks like this:
1. Launch new internet explorer (navigating to the website with the download button)
2. Click download link on web page (downloading and saving the data)
3. Close web browser
I am pretty new to Power Automate Desktop. Basically, I try to download a file by using the action "Click download link on web page" and save it in a pre-defined destination. But after the link is clicked and before the file is downloaded, a pop-up appears, which I have to confirm by clicking a button containing "ok". After that the download continues and the file is automatically saved at my pre-defined destination.
My problem is that I also want to automate the click on the button of the pop up, otherwise I have to manually press the "ok" button every time I run the process. However, as it appears in the middle of the action of downloading and storing the data it is not possible to simply perform the action "Press button on web page". Is there any way to perform a additional button click during the action "Click download link on web page". Is there any solution for that?
Thank you for your help!