Specifies the amount of time that Selenium will wait for actions to complete.
Namespace: SeleniumActions that require waiting include "open" and the "waitFor*" actions.
The default timeout is 30 seconds.Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- timeout
- Type:
System String
a timeout in milliseconds, after which the action will return with an error
Implements
ISelenium SetTimeout(String)See Also