Working on mutple tabs in chrome

Hello Intellectual people
Im actyally new to RE Frame work

So here is a scenario,where i need your help

I’ll log into a portal & ther ill open particular page(Lets call it “A”)

from there i need open different page(lets call it “B”) & do certain tasks & then need to close it

then we need to again loop back to “A” portal…& it goes on

So what should be the ideal logic for RE frameowork ??

PS- “A” is the main portal & should be open always in 1 tab( So i im just defining it in the init state of RE framework(using open browser)

but then what next ?

Hi @Jiban_Stars
You re opening the browser instance A in init state from there if any transaction is your going to process in state in use attach browser activity and indicate the instance B!

Regards

Ok thanks Pravin but can you pleasee give me abit more clarity like

a data from portal “A” will be picked & then need go to portal “B” ( just like a new window ma be)
then need to do some task…then close “B”…then again come back to portak “A” for the new data…& the loop continues

So what should be done ?

@Jiban_Stars

Let say for example if you re using browser instance A using open browser and performing some actions on the browser A to new instance B
Use attach window for the browser instance B and create a output variable for attach window and perform some actions on the browser b and use close tab to close the browser instance so that it may be iterative process!

Regards

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.