I’m clicking this view button:
Which opens up a new tab, which contains the pdf I need to download
I have no idea how to access this page though, as the URL is always different so the application scope has no idea where to go.
I’m clicking this view button:
Which opens up a new tab, which contains the pdf I need to download
I have no idea how to access this page though, as the URL is always different so the application scope has no idea where to go.
Use a different use application/browser and in the url give only "blob:https*"
And make sure to set and open and close options to never
Cheers
once you click “view”. use a new “use application/browser scope” activity (remember to set “always open” to never, indicate application/browser capture the new page that comes up.
then open the selector
click open in ui explorer
edit the selector, click open in ui explorer
then tick url property and untick all other properties, change url to blob:https*
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.