mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
956 B
956 B
sidebar_label |
---|
FrameAddStyleTagOptions |
FrameAddStyleTagOptions interface
Signature:
export interface FrameAddStyleTagOptions
Properties
Property |
Modifiers |
Type |
Description |
Default |
---|---|---|---|---|
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. Remarks: If | |
url |
|
string |
the URL of the CSS file to be added. |