Table of Contents

Class GetOverriddenSensorInformationCommandSettings

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

GetOverriddenSensorInformation

public sealed class GetOverriddenSensorInformationCommandSettings : ICommand
Inheritance
GetOverriddenSensorInformationCommandSettings
Implements
Inherited Members

Properties

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Type

Gets or sets the type

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

Property Value

SensorType