puppeteer/docs/api/puppeteer.frameaddscripttagoptions.url.md
2022-07-01 11:52:39 +00:00

219 B

sidebar_label
FrameAddScriptTagOptions.url

FrameAddScriptTagOptions.url property

the URL of the script to be added.

Signature:

interface FrameAddScriptTagOptions {
  url?: string;
}