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