puppeteer/docs/api/puppeteer.frameaddscripttagoptions.id.md
2022-09-01 17:09:57 +02:00

210 B

sidebar_label
FrameAddScriptTagOptions.id

FrameAddScriptTagOptions.id property

Sets the id of the script.

Signature:

interface FrameAddScriptTagOptions {
  id?: string;
}