Uses of Enum Class
org.openqa.selenium.devtools.v150.accessibility.model.AXPropertyName
Packages that use AXPropertyName
-
Uses of AXPropertyName in org.openqa.selenium.devtools.v150.accessibility.model
Subclasses with type arguments of type AXPropertyName in org.openqa.selenium.devtools.v150.accessibility.modelModifier and TypeClassDescriptionenumValues of AXProperty name: - from 'busy' to 'roledescription': states which apply to every AX node - from 'live' to 'root': attributes which apply to nodes in live regions - from 'autocomplete' to 'valuetext': attributes which apply to widgets - from 'checked' to 'selected': states which apply to widgets - from 'activedescendant' to 'owns': relationships between elements other than parent/child/sibling - from 'activeFullscreenElement' to 'uninteresting': reasons why this noode is hiddenMethods in org.openqa.selenium.devtools.v150.accessibility.model that return AXPropertyNameModifier and TypeMethodDescriptionstatic AXPropertyNameAXPropertyName.fromString(String s) AXProperty.getName()The name of this property.static AXPropertyNameReturns the enum constant of this class with the specified name.static AXPropertyName[]AXPropertyName.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v150.accessibility.model with parameters of type AXPropertyName