Table of Contents

Class Pointer.Down

Namespace
OpenQA.Selenium.BiDi.Modules.Input
Assembly
WebDriver.dll
public record Pointer.Down : Pointer, IPointerSourceAction, ISourceAction, IEquatable<Pointer>, IPointerCommonProperties, IEquatable<Pointer.Down>
Inheritance
Pointer.Down
Implements
Inherited Members

Constructors

Down(int)

public Down(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?