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 2 years ago