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
ScrollLeft
Gets or sets the horizontal scroll position.
public decimal? ScrollLeft { get; set; }
Property Value
ScrollTop
Gets or sets the vertical scroll position.
public decimal? ScrollTop { get; set; }