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