class Selenium::DevTools::V101::Target

def set_remote_locations(locations:)

def set_remote_locations(locations:)
  @devtools.send_cmd('Target.setRemoteLocations',
                     locations: locations)
end