Class ScrollWheel
- Namespace
- OpenQA.Selenium.BiDi.Modules.Input
- Assembly
- WebDriver.dll
public record ScrollWheel : Wheel, IWheelSourceAction, ISourceAction, IEquatable<Wheel>, IEquatable<ScrollWheel>
- Inheritance
-
ScrollWheel
- Implements
-
- Inherited Members
-
Constructors
public ScrollWheel(int X, int Y, int DeltaX, int DeltaY)
Parameters
X
int
Y
int
DeltaX
int
DeltaY
int
Properties
public int DeltaX { get; init; }
Property Value
- int
public int DeltaY { get; init; }
Property Value
- int
public int? Duration { get; set; }
Property Value
- int?
public Origin? Origin { get; set; }
Property Value
- Origin
public int X { get; init; }
Property Value
- int
public int Y { get; init; }
Property Value
- int