<!-- 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;
```