class Selenium::DevTools::V85::CSS

def create_style_sheet(frame_id:)

def create_style_sheet(frame_id:)
  @devtools.send_cmd('CSS.createStyleSheet',
                     frameId: frame_id)
end