puppeteer/new-docs/puppeteer.protocol.css.addrulerequest.md
2020-07-13 14:01:35 +01:00

980 B

Home > puppeteer > Protocol > CSS > AddRuleRequest

Protocol.CSS.AddRuleRequest interface

Signature:

export interface AddRuleRequest 

Properties

Property Type Description
location SourceRange Text position of a new rule in the target style sheet.
ruleText string The text of a new rule.
styleSheetId StyleSheetId The css style sheet identifier where a new rule should be inserted.