How to Switch between Tabs in Browse

I am opening new tab in Browser and I want to get text from the new opening tab .Now the tab that is opened is first one so automation is not able to read text and showing selector issues .Guys,anyone has solution for this?

Thanks in advance.

You need to be more specific with your selectors. For example you need to include the title of the page as well as just the fact that is a browser window e.g. “Chrome.exe”

Alternatively you are able to access the ProcessID or store the browser session as a browser type when you open it. This means you can then refer to that specific browser session rather than just the generic Chrome/Explorer browser.

Hope that helps.

2 Likes

Do note that for modern browsers using ProcessID is not a reliable way, as it’s not a 1:1 relationship.
Browser session (object) is a good way though.

2 Likes

Hi
Pls follow this tutorial on switching among the multiple windows in UiPath rpa …apologies for bad thumbnail

2 Likes

Hi @karthik_bethi

Please contain the tutorials and training materials to the How-To category.

It is generally not good to bump old threads, especially those that are already marked as solved.

Instead, you can mention the topics that you found relevant to your video in your new post in the How-To category.

It would also be nice to get a short description of what the video is about, maybe in few bullet points :slight_smile:

2 Likes