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

desc.SelectRadioButton.txt Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
Sets selection of radio button group identified by group_name to value.

The radio button to be selected is located by two arguments:

    group_name is used as the name of the radio input
    value is used for the value attribute or for the id attribute

The XPath used to locate the correct radio button then looks like this: //input[@type='radio' and @name='group_name' and (@value='value' or @id='value')]

Examples:
| Select Radio Button | size | XL | # Matches HTML like XL |
| Select Radio Button | size | sizeXL | # Matches HTML like XL |




© 2015 - 2024 Weber Informatics LLC | Privacy Policy