670 B
670 B
Home > puppeteer > Protocol > Page > ReloadRequest > scriptToEvaluateOnLoad
Protocol.Page.ReloadRequest.scriptToEvaluateOnLoad property
If set, the script will be injected into all frames of the inspected page after reload. Argument will be ignored if reloading dataURL origin.
Signature:
scriptToEvaluateOnLoad?: string;