Uses of Class
org.openqa.selenium.devtools.accessibility.model.AXRelatedNode
-
Packages that use AXRelatedNode Package Description org.openqa.selenium.devtools.accessibility.model -
-
Uses of AXRelatedNode in org.openqa.selenium.devtools.accessibility.model
Methods in org.openqa.selenium.devtools.accessibility.model that return types with arguments of type AXRelatedNode Modifier and Type Method Description java.util.List<AXRelatedNode>
AXValue. getRelatedNodes()
One or more related nodes, if applicable.Constructor parameters in org.openqa.selenium.devtools.accessibility.model with type arguments of type AXRelatedNode Constructor Description AXValue(AXValueType type, java.util.Map<java.lang.String,java.lang.Object> value, java.util.List<AXRelatedNode> relatedNodes, java.util.List<AXValueSource> sources)
-