Maybe you will have any ideas how to handle this problem.
The issue is:
I’m using an application and inside this application when I click a button “open” the pdf file opens in my internet browser.
I then would like to automate saving this file but the problem is that I’m not able to use “use browser” activity again because the link is temporary meaning that it will be different each time, I click the button “open”.
So my workflow is:
Inside the use browser activity I have “click” activity that clicks “open”.
When “open” is clicked the new window appears on the screen (ms edge with my pdf).
And now what I would do is use another use browser activity but the problem is that this link will be always different.
PS. In the settings I have selected DOWNLOAD PDF INSTEAD OF OPENING but it is opening it anyway and I don’t want to mess with it.
If you want to open multiple documents then open other doc after closing the current one. Set the property of close as “Ifopenedbyappbrowser” in use application/browser activity.
You can try by giving the entire url value as “*”, this is going to attach itself to the active browser window.
[In this approach its best to make sure there is only one window for the browser open]