Deselect
Deselects an entry from a list.
Use this to deselect options from a single or multiple select list, a group of radio buttons or deselect a checkbox.
Keep in mind, that radio groups are not deselectable. So this command doesn't search for radio buttons.
Parameters
wpath
The WPath identifying the item to deselect (see WPath for a detailed description).
It is also possible to define a > separated list of words (with '*' and '?' if needed). Then this command deselects the first element after all these words.
- Single Select Box
- The path is usually the label of the select box, a > and then the text of the option to deselect.
- Multiple Select Box
- To make more than one selection in a multiple select box, use more than one Deselect call.
- Check Box
- Use the text usually placed after the checkbox you like to deselect. If this text is not unique you can as always define some words before to make the path unique.
It is also possible to define a > separated list of words (with '*' and '?' if needed). Then this command deselects the first element after all these words.
Examples
Deselect an entry from a select box
Deselect the color named 'red' from a select box labled 'Choose color'.
Command | Parameter | Optional Parameter | |
---|---|---|---|
deselect | Choose color> red |