It would be great to be able to find elements by its aria-label property, for example, this input should be findable by its aria-label "Your Name"
<input id="name" type="text" name="name" aria-label="Your Name"/>
I think that's not possible currently. Are there plans to support ARIA attributes?
It would be great to be able to find elements by its
aria-labelproperty, for example, this input should be findable by itsaria-label"Your Name"I think that's not possible currently. Are there plans to support ARIA attributes?