is_checked

The command to check if this element is checked.

Syntax

Element.is_checked() -> bool

Usage

correct usage
py.get("#checkbox").is_checked()

Arguments

  • None

Yields

  • bool - True if the element is checked, else False

Last updated