How to get control back to same browser

Hi everyone

I am opening a browser and then new portal using VPN and then again need to come back to the same browser instead of opening a new browser. Could you please suggest some ideas?

1 Like

Have you tried using the Output property in the Open Browser activity to store the instance to a browser variable, which you can use in the Browser Property of the Attach Browser? Similarly, you can use the Attach Window and store the instance to a window variable to be used in other Attach Window activities.

So quick answer is use the Attach activities, and you can also use the selector (if you make it unique enough to identify the correct window) rather than using the browser or window variable if you choose.

Regards.

Thank you. It works.