Expand description
Selectors for finding elements in the DOM.
Set of selectors for finding elements for which certain expected conditions can be applied.
Functionsยง
- Class
- Selects an element by its class name.
- Id
- Selects an element by its identifier.
- Query
Selector - Selects an element by its CSS selector.
- TagName
- Selects an element by its tag name.