Table of Contents

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

Scroll(int, int, int, int)

public Scroll(int X, int Y, int DeltaX, int DeltaY)

Parameters

X int
Y int
DeltaX int
DeltaY int

Properties

DeltaX

public int DeltaX { get; init; }

Property Value

int

DeltaY

public int DeltaY { get; init; }

Property Value

int

Duration

public int? Duration { get; set; }

Property Value

int?

Origin

public Origin? Origin { get; set; }

Property Value

Origin

X

public int X { get; init; }

Property Value

int

Y

public int Y { get; init; }

Property Value

int