An NDoc Documented Class Library

ISelenium.WaitForPopUp Method 

Waits for a popup window to appear and load up.

void WaitForPopUp(
   string windowID,
   string timeout
);

Parameters

windowID
the JavaScript window ID of the window that will appear
timeout
a timeout in milliseconds, after which the action will return with an error

See Also

ISelenium Interface | Selenium Namespace