Class Wheel.Scroll
- Namespace
- OpenQA.Selenium.BiDi.Modules.Input
- Assembly
- WebDriver.dll
public record Wheel.Scroll : Wheel, IWheelSourceAction, ISourceAction, IEquatable<Wheel>, IEquatable<Wheel.Scroll>
- Inheritance
-
Wheel.Scroll
- Implements
-
- Inherited Members
-
Constructors
public Scroll(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