Uses of Enum Class
org.openqa.selenium.devtools.v127.dom.DOM.GetElementByRelationRelation
Packages that use DOM.GetElementByRelationRelation
-
Uses of DOM.GetElementByRelationRelation in org.openqa.selenium.devtools.v127.dom
Methods in org.openqa.selenium.devtools.v127.dom that return DOM.GetElementByRelationRelationModifier and TypeMethodDescriptionDOM.GetElementByRelationRelation.fromString
(String s) Returns the enum constant of this class with the specified name.static DOM.GetElementByRelationRelation[]
DOM.GetElementByRelationRelation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v127.dom with parameters of type DOM.GetElementByRelationRelationModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<NodeId>
DOM.getElementByRelation
(NodeId nodeId, DOM.GetElementByRelationRelation relation) Returns the NodeId of the matched element according to certain relations.