class Selenium::DevTools::V85::CSS

def add_rule(style_sheet_id:, rule_text:, location:)

def add_rule(style_sheet_id:, rule_text:, location:)
  @devtools.send_cmd('CSS.addRule',
                     styleSheetId: style_sheet_id,
                     ruleText: rule_text,
                     location: location)
end