Class ScrollableFlagUpdated
java.lang.Object
org.openqa.selenium.devtools.v135.dom.model.ScrollableFlagUpdated
Fired when a node's scrollability state changes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIf the node is scrollable.The id of the node.
-
Constructor Details
-
ScrollableFlagUpdated
-
-
Method Details
-
getNodeId
The id of the node. -
getIsScrollable
If the node is scrollable.
-