پرش به محتوای اصلی

دریافت برچسب محاسبه شده

دریافت برچسب 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"
})
برگشت
  • <String> return: برچسب WAI-ARIA محاسبه شده

Welcome! How can I help?

WebdriverIO AI Copilot