How to interact same time to another website and copy some details and again come to previous browser and update the copied items?.. Pls help guys

Currently iam in browser 1: “ACME System 1 - Log In” and how i need to navigate to another browser 2:“http://www.sha1-online.com/” copy some data and close brwoser 2 and again need to come to browser1"“ACME System 1 - Log In”. pls help me guys

1 Like

You can use attach browser activity. Open the sites in two browser instances and attach them based on your workflow.

Buddy @Aravinthan

Kindly follow the below steps that could resolve your issue buddy…

  1. With first url use a open browser…and mention the url of the page…so it will get opened…inside this open browser container use a attach browser activity and include all the activities you want to perform within this attach browser activity…
  2. Now to switch to another browser, use again a open browser and pass the url to it…same again use attach browser with all the activities inside it…
    Now to get back to the previous browser which is still being open and running at the background…use just a click activity and select the page as a element and use a send hotkey with keys Alt+F4…
    So the current page will get closed and the background running previous browser will come to foreground…
  3. Now being in foreground, before getting to activities in the first page star with the click activity by selecting the whole page as a element to make sure that the page is in active mode though it is in foreground, thus all the activities that we have in studio Will be performed only inside that page

Thats all buddy you are done…
Cheers @Aravinthan