New Chrome window is opening while web automation

i am working on an web automation, in that page there is anchor where ia ma supposed to click… but when i am clicking on it a new chrome window is opening and and i am not able to further automation sinc studio is returning to the main page where i clicked the link…what should i do?
@Rahul_Unnikrishnan

Hi @kiran.muttanawar.c

so your expected action is to navigate to the other page which is opened right?

yes… how should i do it?

You can use the attach browser activity to attach that window and then perform the operation :slight_smile:

Hello @kiran.muttanawar.c

You can use Keyboard shortcut ctrl+Tab to do this.

image

Thanks

1 Like

its not working brother… the robot is not going to next screen … it is coming back to earlier screen …

@kiran.muttanawar.c

Have you tried with the ctrl+Tab, it should work.

Thanks

i am trying still it is not working … it goes to that page for a split sec then comes back … any other ideas
??

if you provide the ctrl+tab in the first table( in the first application scope), it will switch to the second Tab. But make sure to use the Application scope of second tab after that. Otherwise it will auto switch to first tab.

Thanks