0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/new-docs/puppeteer.frameaddstyletagoptions.md
Jack Franklin 24cb6a28ad
chore(docs): document Frame class ()
* chore: document Frame class
2020-07-09 14:22:58 +01:00

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.