Table of Contents

Class PointerMoveAction

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

Constructors

PointerMoveAction(double, double)

public PointerMoveAction(double X, double Y)

Parameters

X double
Y double

Properties

AltitudeAngle

public double? AltitudeAngle { get; init; }

Property Value

double?

AzimuthAngle

public double? AzimuthAngle { get; init; }

Property Value

double?

Duration

public long? Duration { get; init; }

Property Value

long?

Height

public long? Height { get; init; }

Property Value

long?

Origin

public Origin? Origin { get; init; }

Property Value

Origin

Pressure

public double? Pressure { get; init; }

Property Value

double?

TangentialPressure

public double? TangentialPressure { get; init; }

Property Value

double?

Twist

public long? Twist { get; init; }

Property Value

long?

Width

public long? Width { get; init; }

Property Value

long?

X

public double X { get; init; }

Property Value

double

Y

public double Y { get; init; }

Property Value

double