Record object defining the timeouts that apply to certain WebDriver actions.
- Source
Members
implicit :number
The maximum amount of time, in milliseconds, to spend attempting to locate an element on the current page.
Type:
- number
- Source
pageLoad :number
The timeout, in milliseconds, to apply to navigation events along with the PageLoadStrategy.
Type:
- number
- Source
script :number
Defines when, in milliseconds, to interrupt a script that is being evaluated.
Type:
- number
- Source