getComputedRole
Pobierz obliczoną etykietę WAI-ARIA elementu.
Użycie
$(selector).getComputedRole()
Przykład
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"
})
Zwraca
- <String>
return
: obliczoną etykietę WAI-ARIA