# Element Data

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