puppeteer/new-docs/puppeteer.frameaddstyletagoptions.md
Jack Franklin 24cb6a28ad
chore(docs): document Frame class (#6188)
* 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.