puppeteer/docs/api/puppeteer.frameaddscripttagoptions.url.md
2022-07-05 15:41:43 +02:00

219 B

sidebar_label
FrameAddScriptTagOptions.url

FrameAddScriptTagOptions.url property

the URL of the script to be added.

Signature:

interface FrameAddScriptTagOptions {
  url?: string;
}