Represents the parameters for a continue response. Described in https://w3c.github.io/webdriver-bidi/#command-network-continueResponse.
Sets the cookies for the response.
| Name | Type | Description |
|---|---|---|
cookieHeaders | Array.<Header> | The array of cookie headers. |
Sets the credentials for authentication.
| Name | Type | Description |
|---|---|---|
username | string | The username for authentication. |
password | string | The password for authentication. |
If username or password is not a string.
The current instance of the ContinueResponseParameters for chaining.
Sets the headers for the response.
| Name | Type | Description |
|---|---|---|
headers | Array.<Header> | An array of Header objects representing the headers. |
Sets the reason phrase for the response.
| Name | Type | Description |
|---|---|---|
reasonPhrase | string | The reason phrase for the response. |
Sets the status code for the response.
| Name | Type | Description |
|---|---|---|
statusCode | number | The status code to set. |
statusCode parameter is not an integer.