Specifies the amount of time the driver should wait when searching for an
element if it is not immediately present.
Namespace: OpenQA.SeleniumAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- timeToWait
- Type:
System TimeSpan
ATimeSpan structure defining the amount of time to wait.
Return Value
A self referenceRemarks
Increasing the implicit wait timeout should be used judiciously as it will have an adverse effect on test run time, especially when used with slower location strategies like XPath.
See Also