SimpleBrowserDotNet/SimpleBrowser

Is there a way to SwitchTo another Window?

villar35738 opened this issue · 3 comments

I used to use selenium with Firefox and there I can use something like this:

browser.SwitchTo().Window(browser.WindowHandles[0]);

I absolutely hate that it works this way, but use the Browser.Windows property to get the collection of all browsers. Then, you can go through the IEnumerable to get what you're looking for.

@villar35738 Did this answer your question?

Stale issue. No response from requestor.