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

# is\_enabled

## Syntax

```python
Element.is_enabled() -> bool
```

## Usage

{% code title="correct usage" %}

```python
py.get("#button").is_enabled()
```

{% endcode %}

## Arguments

* None

## Yields

* <mark style="color:orange;">**bool**</mark> - True if the element is enabled, else False
