Table of Contents

Class Pointer.Move

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

Constructors

Move(int, int)

public Move(int X, int Y)

Parameters

X int
Y int

Properties

AltitudeAngle

public double? AltitudeAngle { get; set; }

Property Value

double?

AzimuthAngle

public double? AzimuthAngle { get; set; }

Property Value

double?

Duration

public int? Duration { get; set; }

Property Value

int?

Height

public int? Height { get; set; }

Property Value

int?

Origin

public Origin? Origin { get; set; }

Property Value

Origin

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?

X

public int X { get; init; }

Property Value

int

Y

public int Y { get; init; }

Property Value

int