* Get the computed WAI-ARIA role of element. * * @return {!Promise } A promise that will be * resolved with the element's computed role.
()
| 2916 | * resolved with the element's computed role. |
| 2917 | */ |
| 2918 | getAriaRole() { |
| 2919 | return this.execute_(new command.Command(command.Name.GET_COMPUTED_ROLE)) |
| 2920 | } |
| 2921 | |
| 2922 | /** |
| 2923 | * Get the computed WAI-ARIA label of element. |