Table of Contents

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

WheelScrollAction(long, long, long, long)

public WheelScrollAction(long X, long Y, long DeltaX, long DeltaY)

Parameters

X long
Y long
DeltaX long
DeltaY long

Properties

DeltaX

public long DeltaX { get; init; }

Property Value

long

DeltaY

public long DeltaY { get; init; }

Property Value

long

Duration

public long? Duration { get; init; }

Property Value

long?

Origin

public Origin? Origin { get; init; }

Property Value

Origin

X

public long X { get; init; }

Property Value

long

Y

public long Y { get; init; }

Property Value

long