Uses of Class
org.openqa.selenium.devtools.domsnapshot.model.DOMNode
-
Packages that use DOMNode Package Description org.openqa.selenium.devtools.domsnapshot -
-
Uses of DOMNode in org.openqa.selenium.devtools.domsnapshot
Methods in org.openqa.selenium.devtools.domsnapshot that return types with arguments of type DOMNode Modifier and Type Method Description java.util.List<DOMNode>
DOMSnapshot.GetSnapshotResponse. getDomNodes()
The nodes in the DOM tree.Constructor parameters in org.openqa.selenium.devtools.domsnapshot with type arguments of type DOMNode Constructor Description GetSnapshotResponse(java.util.List<DOMNode> domNodes, java.util.List<LayoutTreeNode> layoutTreeNodes, java.util.List<ComputedStyle> computedStyles)
-