is_checked
The command to check if this element is checked.
Syntax
Element.is_checked() -> boolUsage
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() -> boolpy.get("#checkbox").is_checked()None
bool - True if the element is checked, else False
Last updated