How to open browser after click activity

Hi All

I am working on a problem wherein i am supposed to open outlook and inside a particular folder there i have to open the last received mail and inside that i have a hyperlink which i need to click and open the browser, my question here is that after using the click activity to click on that hyperlink next would be using the open browser activity what would go as an input to the open browser activity.

Thanks

1 Like

you dont need to open the browser again, you can use Attach Browser activity!

Hi @Pradeep_Shiv

Attach browser activity has indicate browser on screen what should i provide in that?

Capture7

1 Like

You can URL using get text and pass it to the open browser or else you can indicate on the the browser opened after your click in case of attach browser

You can send hotkey CTRL+Click to open the URL and use the attach browser for further process…