puppeteer/docs/api/puppeteer.frameaddstyletagoptions.content.md

247 B

sidebar_label
FrameAddStyleTagOptions.content

FrameAddStyleTagOptions.content property

Raw CSS content to be injected into the frame.

Signature:

interface FrameAddStyleTagOptions {content?: string;}