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