Set browser page at runtime?

Is it possible in a UiPath attended automation to stop and ask the user for the particular web page they want to work on, instead of pre-setting it with a Use Application/Browser activity?

I have a situation where the user reads a bunch of things off the internet, and some they want to do something with, some they don’t. But the page url will change. Is it possible that when the user finds a page they want, they just run the attended automation and it will stop and ask them to highlight the page? Similar to Browse Dialog, except for the web page?

Hi @Terry_Marr,

You should be able to do that by creating/using a form to seek user input.

Regards
Sonali

I don’t want them to have to type it in. Is there a way to let them simply select the page in the browser?

Hi @Terry_Marr,

In that case, may be you can fetch their browser’s history and displays the browsed links to them which they can check on or off to convey which ones to keep or discard?

Regards
Sonali