Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.58 KB

puppeteer.frameaddscripttagoptions.md

File metadata and controls

21 lines (16 loc) · 1.58 KB
sidebar_label
FrameAddScriptTagOptions

FrameAddScriptTagOptions interface

Signature:

export interface FrameAddScriptTagOptions

Properties

Property Modifiers Type Description
content? string (Optional) JavaScript to be injected into the frame.
id? string (Optional) Sets the id of the script.
path? string (Optional) Path to a JavaScript file to be injected into the frame.
type? string (Optional) Sets the type of the script. Use module in order to load an ES2015 module.
url? string (Optional) URL of the script to be added.