Class DownPointer
- Namespace
- OpenQA.Selenium.BiDi.Modules.Input
- Assembly
- WebDriver.dll
public record DownPointer : Pointer, IPointerSourceAction, ISourceAction, IEquatable<Pointer>, IPointerCommonProperties, IEquatable<DownPointer>
- Inheritance
-
DownPointer
- Implements
-
- Inherited Members
-
Constructors
public DownPointer(int Button)
Parameters
Button
int
Properties
public double? AltitudeAngle { get; set; }
Property Value
- double?
public double? AzimuthAngle { get; set; }
Property Value
- double?
public int Button { get; init; }
Property Value
- int
public int? Height { get; set; }
Property Value
- int?
public double? Pressure { get; set; }
Property Value
- double?
public double? TangentialPressure { get; set; }
Property Value
- double?
public int? Twist { get; set; }
Property Value
- int?
public int? Width { get; set; }
Property Value
- int?