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