Back to Puppeteer

ReloadOptions interface

docs/api/puppeteer.reloadoptions.md

19.2.2555 B
Original Source

ReloadOptions interface

Signature

typescript
export interface ReloadOptions extends WaitForOptions

Extends: WaitForOptions

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="ignorecache">ignoreCache</span>

</td><td>

optional

</td><td>

boolean

</td><td>

If set to true, the browser caches are ignored for the page reload.

</td><td>

true

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