getComputedRole
Получение вычисленной WAI-ARIA роли элемента.
Использование
$(selector).getComputedRole()
Пример
getComputedRole.js
it('should demonstrate the getComputedRole command', async () => {
await browser.url('https://www.google.com/ncr')
const elem = await $('*[name="q"]');
console.log(await elem.getComputedRole()); // outputs: "combobox"
})
Возвращает
- <String>
return
: вычисленную WAI-ARIA роль