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

# Element Data

- [css\_value](https://docs.pylenium.io/element-commands/element-data/css_value.md): Get the CSS Value of the element given the property name.
- [get\_attribute](https://docs.pylenium.io/element-commands/element-data/get_attribute.md): The command to get the attribute's value with the given name.
- [get\_property](https://docs.pylenium.io/element-commands/element-data/get_property.md): The command to get the specified property's value of the element.
- [tag\_name](https://docs.pylenium.io/element-commands/element-data/tag_name.md): The command that gets the current Element's tag name.
- [text](https://docs.pylenium.io/element-commands/element-data/text.md): The command to get the text of the current Element.
- [is\_checked](https://docs.pylenium.io/element-commands/element-data/is_checked.md): The command to check if this element is checked.
- [is\_displayed](https://docs.pylenium.io/element-commands/element-data/is_displayed.md): The command to check if this element is displayed.
- [is\_enabled](https://docs.pylenium.io/element-commands/element-data/is_enabled.md): The command to check if the element is enabled.
- [is\_selected](https://docs.pylenium.io/element-commands/element-data/is_selected.md): The command that checks if the element is selected.
