Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Properties

Optional hidden

hidden: boolean

Wait for element to not be found in the DOM or to be hidden, i.e. have display: none or visibility: hidden CSS properties.

default

false

Optional timeout

timeout: number

Maximum navigation time in milliseconds, pass 0 to disable timeout.

default

30000

Optional visible

visible: boolean

Wait for element to be present in DOM and to be visible, i.e. to not have display: none or visibility: hidden CSS properties.

default

false