# Elements

- [Creating Elements](/elements/creating-elements.md): Definitions of your Elements by CSS or XPath Selectors
- [Selector Types](/elements/selector-types.md)
- [CSS](/elements/selector-types/css.md): Use CSS selectors to locate elements based on their styling properties and structure in the DOM.
- [XPath](/elements/selector-types/xpath.md): Use XPath expressions to navigate and select elements within the XML or HTML document.
- [Visible Text](/elements/selector-types/visible-text.md): Locate elements based on the visible text they contain. This is matched without case sensitivity.
- [Test ID](/elements/selector-types/test-id.md): Locate elements using custom Test ID attributes added specifically for testing.
