24cb6a28ad
* chore: document Frame class
764 B
764 B
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. |