puppeteer/docs/api/puppeteer.frameaddscripttagoptions.content.md

16 lines
239 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: FrameAddScriptTagOptions.content
---
# FrameAddScriptTagOptions.content property
2022-09-01 15:09:57 +00:00
JavaScript to be injected into the frame.
2022-07-05 13:41:43 +00:00
#### Signature:
2022-07-05 13:41:43 +00:00
```typescript
interface FrameAddScriptTagOptions {
content?: string;
}
```