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