> 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/elements-commands.md).

# Elements Commands

- [Elements.should()](https://docs.pylenium.io/elements-commands/elements.should.md): A collection of expected conditions against a list of Elements
- [first](https://docs.pylenium.io/elements-commands/first.md): The command to get the first Element in a list of Elements.
- [length](https://docs.pylenium.io/elements-commands/length.md): The command to get the length of Elements.
- [last](https://docs.pylenium.io/elements-commands/last.md): The command to get the last Element in a list of Elements.
- [is\_empty](https://docs.pylenium.io/elements-commands/is_empty.md): The command to check if the list of elements is empty.
