is_enabled
The command to check if the element is enabled.
Syntax
Element.is_enabled() -> bool
Usage
py.get("#button").is_enabled()
Arguments
None
Yields
bool - True if the element is enabled, else False
Last updated
The command to check if the element is enabled.
Element.is_enabled() -> bool
py.get("#button").is_enabled()
None
bool - True if the element is enabled, else False
Last updated