Elements with explicit and implicit accessibility roles.
Explicit Role LinkLocate elements by their visible text content.
This text span can be located by its text.
Locate form controls by their associated label text.
Locate inputs using their placeholder attribute.
Locate images using their alt
text.
Locate elements by their title attribute (tooltip text).
HomeLocate elements using a data-testid
attribute.