An NDoc Documented Class Library

ISelenium.SetTimeout Method 

Specifies the amount of time that Selenium will wait for actions to complete.

Actions that require waiting include "open" and the "waitFor*" actions.

The default timeout is 30 seconds.
void SetTimeout(
   string timeout
);

Parameters

timeout
a timeout in milliseconds, after which the action will return with an error

See Also

ISelenium Interface | Selenium Namespace