class Selenium::DevTools::V125::Emulation

def get_overridden_sensor_information(type:)

def get_overridden_sensor_information(type:)
  @devtools.send_cmd('Emulation.getOverriddenSensorInformation',
                     type: type)
end