Table of Contents

Class ScrollableFlagUpdatedEventArgs

Namespace
OpenQA.Selenium.DevTools.V130.DOM
Assembly
WebDriver.dll

ScrollableFlagUpdated

public sealed class ScrollableFlagUpdatedEventArgs : EventArgs
Inheritance
ScrollableFlagUpdatedEventArgs
Inherited Members

Properties

IsScrollable

Gets or sets the isScrollable

[JsonPropertyName("isScrollable")]
public bool IsScrollable { get; set; }

Property Value

bool

NodeId

Gets or sets the nodeId

[JsonPropertyName("nodeId")]
public long NodeId { get; set; }

Property Value

long