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
In addition to a axe.utils.querySelectorAll, there are a lot of places where we only want to know the first element (or if there were any matching elements). It'd be great if instead of building the whole list and than picking the first we could just stop at the first one.