puppeteer/new-docs/puppeteer.protocol.page.reloadrequest.md
2020-07-13 14:01:35 +01:00

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.