How to switch new-opened Browser window?

Here is what I want to make: I provide a number via Input Dialog and robot enters the number to a box in a web page. After filling the box and click, a new Chrome window is opened. I need to navigate to the new opened Chrome window. Since the new Chrome page is opened during the process, I could not use the Navigate To button. Plus, right click and “Open in new tab” is not an option, the page does not support it. Please kindly help me.

2 Likes

When new browser window is opened, get the selector for that browser window.
Use Attach browser with the captured selector.

Regards,
Karthik Byggari

4 Likes

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