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.
()
| 175 | * @return the WAI-ARIA role of the element. |
| 176 | */ |
| 177 | default @Nullable String getAriaRole() { |
| 178 | throw new UnsupportedOperationException("getAriaRole"); |
| 179 | } |
| 180 |
no outgoing calls