Back to Puppeteer

ContinueRequestOverrides interface

docs/api/puppeteer.continuerequestoverrides.md

19.2.2844 B
Original Source

ContinueRequestOverrides interface

Signature

typescript
export interface ContinueRequestOverrides

Properties

<table><thead><tr><th>

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

</th><th>

Default

</th></tr></thead> <tbody><tr><td>

<span id="headers">headers</span>

</td><td>

optional

</td><td>

Record<string, string>

</td><td> </td><td> </td></tr> <tr><td>

<span id="method">method</span>

</td><td>

optional

</td><td>

string

</td><td> </td><td> </td></tr> <tr><td>

<span id="postdata">postData</span>

</td><td>

optional

</td><td>

string

</td><td> </td><td> </td></tr> <tr><td>

<span id="url">url</span>

</td><td>

optional

</td><td>

string

</td><td>

If set, the request URL will change. This is not a redirect.

</td><td> </td></tr> </tbody></table>