--- sidebar_label: FrameAddScriptTagOptions --- # FrameAddScriptTagOptions interface **Signature:** ```typescript export interface FrameAddScriptTagOptions ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [content?](./puppeteer.frameaddscripttagoptions.content.md) | | string | (Optional) Raw JavaScript content to be injected into the frame. | | [path?](./puppeteer.frameaddscripttagoptions.path.md) | | string | (Optional) The path to a JavaScript file to be injected into the frame. | | [type?](./puppeteer.frameaddscripttagoptions.type.md) | | string | (Optional) Set the script's type. Use module in order to load an ES2015 module. | | [url?](./puppeteer.frameaddscripttagoptions.url.md) | | string | (Optional) the URL of the script to be added. |