Table of Contents

Class SensorReadingXYZ

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

SensorReadingXYZ

public sealed class SensorReadingXYZ
Inheritance
SensorReadingXYZ
Inherited Members

Properties

X

x

[JsonPropertyName("x")]
public double X { get; set; }

Property Value

double

Y

y

[JsonPropertyName("y")]
public double Y { get; set; }

Property Value

double

Z

z

[JsonPropertyName("z")]
public double Z { get; set; }

Property Value

double