Options
All
  • Public
  • Public/Protected
  • All
Menu

The navigation options.

Hierarchy

Index

Properties

Properties

Optional timeout

timeout: number

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

default

30000

Optional waitUntil

waitUntil: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | LoadEvent[]

When to consider navigation succeeded.

default

load Navigation is consider when the load event is fired.

Generated using TypeDoc