Class BackendNodeId
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.dom.model.BackendNodeId
-
public class BackendNodeId extends java.lang.Object
Unique DOM node identifier used to reference a node that may not have been pushed to the front-end.
-
-
Constructor Summary
Constructors Constructor Description BackendNodeId(java.lang.Integer backendNodeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
toJson()
java.lang.String
toString()
-