897 B
897 B
Home > puppeteer > Protocol > Page > ReloadRequest
Protocol.Page.ReloadRequest interface
Signature:
export interface ReloadRequest
Properties
Property | Type | Description |
---|---|---|
ignoreCache | boolean | If true, browser cache is ignored (as if the user pressed Shift+refresh). |
scriptToEvaluateOnLoad | string | If set, the script will be injected into all frames of the inspected page after reload. Argument will be ignored if reloading dataURL origin. |