Class PointerDownAction
- Namespace
- OpenQA.Selenium.BiDi.Input
- Assembly
- Selenium.WebDriver.dll
public sealed record PointerDownAction : IPointerSourceAction, ISourceAction, IPointerCommonProperties, IEquatable<PointerDownAction>
- Inheritance
-
PointerDownAction
- Implements
-
- Inherited Members
-
Constructors
public PointerDownAction(long Button)
Parameters
Button long
Properties
public double? AltitudeAngle { get; init; }
Property Value
- double?
public double? AzimuthAngle { get; init; }
Property Value
- double?
public long Button { get; init; }
Property Value
- long
public long? Height { get; init; }
Property Value
- long?
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?