Table of Contents

Class LocatorScrollOptions

Namespace
PuppeteerSharp.Locators
Assembly
PuppeteerSharp.dll

Options for locator scroll actions.

public class LocatorScrollOptions
Inheritance
LocatorScrollOptions

Properties

CancellationToken

Gets or sets the cancellation token to cancel the action.

public CancellationToken CancellationToken { get; set; }

Property Value

CancellationToken

ScrollLeft

Gets or sets the horizontal scroll position.

public decimal? ScrollLeft { get; set; }

Property Value

decimal?

ScrollTop

Gets or sets the vertical scroll position.

public decimal? ScrollTop { get; set; }

Property Value

decimal?