puppeteer/new-docs/puppeteer.frameaddscripttagoptions.content.md

14 lines
441 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [FrameAddScriptTagOptions](./puppeteer.frameaddscripttagoptions.md) &gt; [content](./puppeteer.frameaddscripttagoptions.content.md)
## FrameAddScriptTagOptions.content property
Raw JavaScript content to be injected into the frame.
<b>Signature:</b>
```typescript
content?: string;
```