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

218 B

sidebar_label
FrameAddStyleTagOptions.url

FrameAddStyleTagOptions.url property

the URL of the CSS file to be added.

Signature:

interface FrameAddStyleTagOptions {
  url?: string;
}