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.Optional<java.util.List<AXRelatedNode>>
AXValue. getRelatedNodes()
One or more related nodes, if applicable.
-