You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checks if element has a specific computed WAI-ARIA label. Can also be called with an array as parameter in the case where the element can have different labels.
Checks if element contains a specific computed WAI-ARIA label. Can also be called with an array as parameter in the case where the element can have different labels.
Checks if element has a specific computed WAI-ARIA role. Can also be called with an array as parameter in the case where the element can have different labels.
381
+
382
+
##### Usage
383
+
384
+
```js
385
+
awaitbrowser.url('https://webdriver.io/')
386
+
constelem=await$('[aria-label="Skip to main content"]')
Checks if element contains a specific computed WAI-ARIA role. Can also be called with an array as parameter in the case where the element can have different roles.
394
+
395
+
##### Usage
396
+
397
+
```js
398
+
awaitbrowser.url('https://webdriver.io/')
399
+
constelem=await$('[aria-label="Skip to main content"]')
0 commit comments