An NDoc Documented Class Library |
|
DefaultSelenium.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.
Parameters
- timeout
- a timeout in milliseconds, after which the action will return with an error
Implements
ISelenium.SetTimeout
See Also
DefaultSelenium Class | Selenium Namespace