The command that checks if the element is selected.
Element.is_selected() -> bool
py.get(".option").is_selected()
None
bool - True if the element is selected, else False
Last updated 2 years ago