class Selenium::DevTools::V138::CSS

def get_location_for_selector(style_sheet_id:, selector_text:)

def get_location_for_selector(style_sheet_id:, selector_text:)
  @devtools.send_cmd('CSS.getLocationForSelector',
                     styleSheetId: style_sheet_id,
                     selectorText: selector_text)
end