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
u/gorhill4 would it be maybe possible to let picker suggest unique/non-common element names (so either make an inclusion list, such as :is(header, footer) or an exclusion one :not(:is(div, span, a, img, p))) over id/class?
Or if not circumvent the attributes, just suggest the element name in the prefix e.g. footer._2i5Ko.t6659, which could help users make a correct choice?
So essentially make use of the tag name when it makes sense, maybe when it involves tag names with a very specific semantic (as opposed to div for example).