Specifies the amount of time the driver should wait when executing JavaScript asynchronously.
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. Setting this parameter to
MinValue will allow the script to run indefinitely.
Return Value
A self referenceSee Also