All Downloads are FREE. Search and download functionalities are using the official Maven repository.

desc.IsElementSelected.txt Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
Determine whether or not this element is selected or not. This operation only applies to input elements such as checkboxes, options in a select and radio buttons.

*Returns:*
| True if the element is currently selected or checked, false otherwise.

*Example:*
| ${isSelected}= | `Is Element Selected` | id=foo bar |

=>

| ${isSelected} = False   # or ${isVisible} = True




© 2015 - 2024 Weber Informatics LLC | Privacy Policy