Table of Contents

Class SetSensorOverrideReadingsCommandSettings

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

SetSensorOverrideReadings

public sealed class SetSensorOverrideReadingsCommandSettings : ICommand
Inheritance
SetSensorOverrideReadingsCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Reading

Gets or sets the reading

[JsonPropertyName("reading")]
public SensorReading Reading { get; set; }

Property Value

SensorReading

Type

Gets or sets the type

[JsonPropertyName("type")]
public SensorType Type { get; set; }

Property Value

SensorType