# Elements Commands

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