In modern application/browser scopes, how do I access a new page that pops up? It contains a random blob url

I’m clicking this view button:

image

Which opens up a new tab, which contains the pdf I need to download
image

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.

@David_Hernandez

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
image

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.