دریافت برچسب محاسبه شده
دریافت برچسب WAI-ARIA محاسبه شده یک عنصر.
استفاده
$(selector).getComputedLabel()
مثال
getComputedLabel.js
it('should demonstrate the getComputedLabel command', async () => {
await browser.url('https://www.google.com/ncr')
const elem = await $('*[name="q"]');
console.log(await elem.getComputedLabel()); // outputs: "Search"
})