Table of Contents

Class SetSensorOverrideEnabledCommandResponse

Namespace
OpenQA.Selenium.DevTools.V147.Emulation
Assembly
Selenium.WebDriver.dll

Response for Overrides a platform sensor of a given type. If |enabled| is true, calls to Sensor.start() will use a virtual sensor as backend rather than fetching data from a real hardware sensor. Otherwise, existing virtual sensor-backend Sensor objects will fire an error event and new calls to Sensor.start() will attempt to use a real sensor instead.

public sealed class SetSensorOverrideEnabledCommandResponse : ICommandResponse<SetSensorOverrideEnabledCommandSettings>, ICommandResponse
Inheritance
SetSensorOverrideEnabledCommandResponse
Implements
Inherited Members
Extension Methods