Hi,
I have one scenario.
First I will open url, Which is Alteryx webpage, then I will copy email address from that portal and then I will open another url which is employee portal, where I will check whether that email person is available or not.
I need to move back and forth and will do this copy of mail address and check for several times using these two portal or web pages only.
So, how can I achieve this without creating new session every time.
use Open Browser for opening Alteryx and set the output (Browser) to a variable e.g. Browser1
use Open Browser for opening Emp Portal and set the output (Browser) to a variable e.g. Browser2
use the different Browser1/2 variables within an Attach Browser acitivty for the existing Browser (Input) setting and realise with this the Browser/application switches
Thanks for your suggestion. It worked.
I need one more help on the same solution. So, while moving back and forth I need to do some activities.
In the browser1 there are a lot of employee emails present from which need to copy one email and will go to browser2 and check whether that employee exists or not and then again come back to browser1 and copy the next listed employee email and do the same activities. Please find the below screenshot of browser1 where you will see the email address under machine names.
As, you can see from the pagination that there are already other pages present with the same details so, I need to do these same activities for other pages as well.
Thanks for the reply.
I need to add some additional details in the scenario.
As, already mentioned that I will check whether each user presents or not and if present then i need to click on “License info” for that user (you can find that on the screenshot) to do some additional activities in browser1.
So how will I achieve this using the solution you mentioned ?
Thanks for the reply.
License info is hyperlink to another browser (browser3) where I need to do some additional activities and get back to browser1 after the activities.