An NDoc Documented Class Library

DefaultSelenium.WaitForPopUp Method 

Waits for a popup window to appear and load up.

public void WaitForPopUp(
   string windowID,
   string timeout
);

Parameters

windowID
the JavaScript window "name" of the window that will appear (not the text of the title bar)
timeout
a timeout in milliseconds, after which the action will return with an error

Implements

ISelenium.WaitForPopUp

See Also

DefaultSelenium Class | Selenium Namespace