class Selenium::DevTools::V138::CSS

def create_style_sheet(frame_id:, force: nil)

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