BaseParameters

Represents the base parameters for a network request. Described in https://w3c.github.io/webdriver-bidi/#type-network-BaseParameters.

Constructor

new BaseParameters()

Members

id

Gets the browsing context ID of the network request.

Gets the navigation information associated with the network request.

redirectCount

Gets the number of redirects that occurred during the network request.

request

Gets the request data for the network request.

timestamp

Gets the timestamp of the network request.