Table of Contents

Class ScrollableFlagUpdatedEventArgs

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

Fired when a node's scrollability state changes.

public sealed class ScrollableFlagUpdatedEventArgs : EventArgs
Inheritance
ScrollableFlagUpdatedEventArgs
Inherited Members

Properties

IsScrollable

If the node is scrollable.

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

Property Value

bool

NodeId

The id of the node.

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

Property Value

long