How to identify the element on the webpage if same webpage is opened in multiple tabs

Hello everyone,

Let us consider I have same webpage is opened in five tabs in Chrome browser. How to uniquely identify the element in second tab and stick to that Tab and perform UI steps (clicks, extract data…etc..) without going to other Tabs.

Thanks in Advance.

Hi @jani_pasha1

You can use the "User Browser/Application’ Activity with the idx value. Here is example selector:

image

Then you can perform actions.

Hi @jani_pasha1

Please check below link,