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