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
public PointerMoveAction(double X, double Y)
Parameters
X double
Y double
Properties
public double? AltitudeAngle { get; init; }
Property Value
- double?
public double? AzimuthAngle { get; init; }
Property Value
- double?
public long? Duration { get; init; }
Property Value
- long?
public long? Height { get; init; }
Property Value
- long?
public Origin? Origin { get; init; }
Property Value
- Origin
public double? Pressure { get; init; }
Property Value
- double?
public double? TangentialPressure { get; init; }
Property Value
- double?
public long? Twist { get; init; }
Property Value
- long?
public long? Width { get; init; }
Property Value
- long?
public double X { get; init; }
Property Value
- double
public double Y { get; init; }
Property Value
- double