Replies: 2 comments 3 replies
-
You can use Browser.Pages() to get a Pages struct which is a list of tabs and/or windows with several helpful methods attached, such as Pages.Find(), Pages.FindByURL(), Pages.First(), etc. Once you get a reference to the page you want you can use Page.Activate() to focus it. In your case you can also use Page.WaitOpen to grab a reference to the new window when it is launched. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Is there a method to switch to different tabs on the same chromium browser? When I use MustClick() on an hyperlink element, It opens the link to another tab.
Beta Was this translation helpful? Give feedback.
All reactions