14 lines
670 B
Markdown
14 lines
670 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [ReloadRequest](./puppeteer.protocol.page.reloadrequest.md) > [scriptToEvaluateOnLoad](./puppeteer.protocol.page.reloadrequest.scripttoevaluateonload.md)
|
|
|
|
## 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.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
scriptToEvaluateOnLoad?: string;
|
|
```
|