Table of Contents

Enum SensorType

Namespace
Selenium.WebDriver.BiDi.Cdp.Emulation
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Used to specify sensor types to emulate. See https://w3c.github.io/sensors/#automation for more information.

[JsonConverter(typeof(JsonStringEnumConverter<SensorType>))]
public enum SensorType

Fields

AbsoluteOrientation = 0
Accelerometer = 1
AmbientLight = 2
Gravity = 3
Gyroscope = 4
LinearAcceleration = 5
Magnetometer = 6
RelativeOrientation = 7