Package org.openqa.selenium.bidi.script
Class NodeProperties
java.lang.Object
org.openqa.selenium.bidi.script.NodeProperties
-
Constructor Summary
ConstructorsConstructorDescriptionNodeProperties
(long nodeType, long childNodeCount, Optional<Map<String, String>> attributes, Optional<List<RemoteValue>> children, Optional<String> localName, Optional<org.openqa.selenium.bidi.script.NodeProperties.Mode> mode, Optional<String> namespaceURI, Optional<String> nodeValue, Optional<RemoteValue> shadowRoot) -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeProperties
fromJson
(org.openqa.selenium.json.JsonInput input) long
Optional<org.openqa.selenium.bidi.script.NodeProperties.Mode>
getMode()
long
-
Constructor Details
-
NodeProperties
public NodeProperties(long nodeType, long childNodeCount, Optional<Map<String, String>> attributes, Optional<List<RemoteValue>> children, Optional<String> localName, Optional<org.openqa.selenium.bidi.script.NodeProperties.Mode> mode, Optional<String> namespaceURI, Optional<String> nodeValue, Optional<RemoteValue> shadowRoot)
-
-
Method Details
-
fromJson
-
getNodeType
public long getNodeType() -
getChildNodeCount
public long getChildNodeCount() -
getAttributes
-
getChildren
-
getLocalName
-
getMode
-
getNamespaceURI
-
getNodeValue
-
getShadowRoot
-