An NDoc Documented Class Library

ISelenium.SelectWindow Method 

Selects a popup window; once a popup window has been selected, all commands go to that window. To select the main window again, use "null" as the target.

void SelectWindow(
   string windowID
);

Parameters

windowID
the JavaScript window ID of the window to select

See Also

ISelenium Interface | Selenium Namespace