Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 764 Bytes

puppeteer.frameaddstyletagoptions.md

File metadata and controls

21 lines (13 loc) · 764 Bytes

Home > puppeteer > FrameAddStyleTagOptions

FrameAddStyleTagOptions interface

Signature:

export interface FrameAddStyleTagOptions 

Properties

Property Type Description
content string Raw CSS content to be injected into the frame.
path string The path to a CSS file to be injected into the frame.
url string the URL of the CSS file to be added.