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.


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.
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
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
My data is present in second tab seamless.ai but it is automatically going to linkedin first my actions.
Let me check and let you know Anil
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
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.