NavigationInfo

Represents information about a navigation. Described in https://w3c.github.io/webdriver-bidi/#type-browsingContext-NavigationInfo.

Constructor

Constructs a new NavigationInfo object.

Parameters:
NameTypeDescription
browsingContextIdstring

The ID of the browsing context.

navigationIdstring

The ID of the navigation.

timestampnumber

The timestamp of the navigation.

urlstring

The URL of the page navigated to.