MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / getAriaRole

Method getAriaRole

java/src/org/openqa/selenium/WebElement.java:177–177  ·  view source on GitHub ↗

Gets result of computing the WAI-ARIA role of element. See W3C WebDriver specification for more details. @return the WAI-ARIA role of the element.

()

Source from the content-addressed store, hash-verified

175 * @return the WAI-ARIA role of the element.
176 */
177 default @Nullable String getAriaRole() {
178 throw new UnsupportedOperationException("getAriaRole");
179 }
180

Implementers 2

RemoteWebElementjava/src/org/openqa/selenium/remote/Re
WrappedWebElementjava/test/org/openqa/selenium/WrappedW

Calls

no outgoing calls