# Selectors

- [Core Selectors](/reference/selectors/core-selectors.md): Core selectors: text, id, index, point, and css for identifying UI elements.
- [Relational Selectors](/reference/selectors/relational-selectors.md): Identify elements by position (above, below, leftOf, rightOf) or parent-child relationships (containsChild, childOf, containsDescendants).
- [Element Traits](/reference/selectors/element-traits.md): Filter elements by traits like square, long-text, and other physical characteristics.
- [State Selectors](/reference/selectors/state-selectors.md): Select elements by state: enabled, checked, focused, or selected properties.
- [Dimension matchers](/reference/selectors/dimension-matchers.md): Match elements by width and height with optional tolerance values.
