Class SetChildNodes
java.lang.Object
org.openqa.selenium.devtools.v119.dom.model.SetChildNodes
Fired when backend wants to provide client with the missing DOM structure. This happens upon
most of the calls requesting node ids.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNodes()
Child nodes array.Parent node id to populate with children.
-
Constructor Details
-
SetChildNodes
-
-
Method Details
-
getParentId
Parent node id to populate with children. -
getNodes
Child nodes array.
-