Table of Contents

Interface IPointerCommonProperties

Namespace
OpenQA.Selenium.BiDi.Input
Assembly
Selenium.WebDriver.dll
public interface IPointerCommonProperties

Properties

AltitudeAngle

double? AltitudeAngle { get; init; }

Property Value

double?

AzimuthAngle

double? AzimuthAngle { get; init; }

Property Value

double?

Height

long? Height { get; init; }

Property Value

long?

Pressure

double? Pressure { get; init; }

Property Value

double?

TangentialPressure

double? TangentialPressure { get; init; }

Property Value

double?

Twist

long? Twist { get; init; }

Property Value

long?

Width

long? Width { get; init; }

Property Value

long?