Represents information about a navigation. Described in https://w3c.github.io/webdriver-bidi/#type-browsingContext-NavigationInfo.
Constructs a new NavigationInfo object.
| Name | Type | Description |
|---|---|---|
browsingContextId | string | The ID of the browsing context. |
navigationId | string | The ID of the navigation. |
timestamp | number | The timestamp of the navigation. |
url | string | The URL of the page navigated to. |