How to focus on next tab after click

After clicking view it goes to next tab but in a second it automatedly set focus on first tab. How to fix this issue any idea members.


view
find button

@rathishseng

I believe you are trying to perform some action on first tab after that…so please try performing on second tab…

Or use activate or set focus on some element on second tab

Cheers

1 Like

Hello Rathish,

When you perform a Click on View, or any button where another Tab Opens,
Usually the title of the Window is Known to us:
In Your case Title is Seamless.AI.

You can use an Attach Window and modify the title attribute.
Then store output of attach window in a Variable [lets say wnd_SeamlessAITab] and use Set focus in Attach window again passing the input to Set focus variable you stored in wnd_SeamLessAITab.

This should do the trick.

Thanks

1 Like

My data is present in second tab seamless.ai but it is automatically going to linkedin first my actions.

@rathishseng

Check the titlw attributes if you have given them
Peoperly

Cheers

1 Like

Let me check and let you know Anil

1 Like

Hey

After clicking that button, use another attach browser activity or use application/browser activity to capture the next page, and then perform your process inside that activity

2 Likes

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