> For the complete documentation index, see [llms.txt](https://docs.pylenium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pylenium.io/driver-commands/find-elements.md).

# Find Elements

Pylenium provides 5 main ways to find elements:

* [contains](/driver-commands/find-elements/contains.md)   get a <mark style="color:yellow;">single element</mark> by **TEXT**
* [find](/driver-commands/find-elements/find.md)           find a <mark style="color:yellow;">list of elements</mark> by **CSS**
* [findx](/driver-commands/find-elements/find_xpath.md)         find a <mark style="color:yellow;">list of elements</mark> by **XPATH**
* [get](/driver-commands/find-elements/get.md)            get a <mark style="color:yellow;">single element</mark> by **CSS**
* [getx](/driver-commands/find-elements/get_xpath.md)          get a <mark style="color:yellow;">single element</mark> by **XPATH**
