mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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;