Table of Contents

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

DownPointer(int)

public DownPointer(int Button)

Parameters

Button int

Properties

AltitudeAngle

public double? AltitudeAngle { get; set; }

Property Value

double?

AzimuthAngle

public double? AzimuthAngle { get; set; }

Property Value

double?

Button

public int Button { get; init; }

Property Value

int

Height

public int? Height { get; set; }

Property Value

int?

Pressure

public double? Pressure { get; set; }

Property Value

double?

TangentialPressure

public double? TangentialPressure { get; set; }

Property Value

double?

Twist

public int? Twist { get; set; }

Property Value

int?

Width

public int? Width { get; set; }

Property Value

int?