Timeouts

Record object defining the timeouts that apply to certain WebDriver actions.

Members

implicit :number

The maximum amount of time, in milliseconds, to spend attempting to locate an element on the current page.

Type:
  • number

pageLoad :number

The timeout, in milliseconds, to apply to navigation events along with the PageLoadStrategy.

Type:
  • number

script :number

Defines when, in milliseconds, to interrupt a script that is being evaluated.

Type:
  • number