📄️ byAttribute
Locate an element by any attribute and value.
📄️ byChecked
Locate a checkbox or radio input based on its checked state.
📄️ byCssClass
Locate elements by their CSS class names.
📄️ byCssSelector
Locate elements using any valid CSS selector string.
📄️ byDataTestId
Locate elements by the data-testid attribute.
📄️ byInputType
Locate an ` element by its type` attribute.
📄️ byLinkedElement
Experimental locator that relates two elements by matching attributes.
📄️ byName
Locate elements using the value of their name attribute.
📄️ byRole
Locate elements by their ARIA role attribute.
📄️ byTagName
Locate elements by their HTML tag name.
📄️ byValue
Locate elements by the value of their value attribute.