Interface IPointerCommonProperties
- Namespace
- OpenQA.Selenium.BiDi.Input
- Assembly
- Selenium.WebDriver.dll
public interface IPointerCommonProperties
Properties
double? AltitudeAngle { get; init; }
Property Value
- double?
double? AzimuthAngle { get; init; }
Property Value
- double?
long? Height { get; init; }
Property Value
- long?
double? Pressure { get; init; }
Property Value
- double?
double? TangentialPressure { get; init; }
Property Value
- double?
long? Twist { get; init; }
Property Value
- long?
long? Width { get; init; }
Property Value
- long?