Description:
Because the comma (,) is a special symbol for combo boxes, if you want to use a comma as part of your parameter value, you have to mask it. See the section later in this document 9 for more details.
Mapping combo boxes
In the Object Mapping Mode , a combo box to be mapped looks like this:
![]() |
If you execute a click in component or click action on a combo box, please be aware that the combo box will then be active, and must be deactivated (e.g. by pressing escape) before continuing with other steps (e.g. clicking buttons) in the test. |
Synopsis:
New Actions | ||
Name | Type | Parameters |
Check Existence of Entry by Value | c | String:Text |
CONCRETE_ComboBox_VerifyContainsValue | ||
Check Selection of Entry by Index | c | String:Index |
CONCRETE_ComboBox_VerifySelectedIndex | ||
Select Entry by Index | e | String:Index |
CONCRETE_ComboBox_SelectIndex | ||
Select Entry by Value | e | String:Text |
CONCRETE_ComboBox_SelectValue |
Inherited Actions | |||
Name | Type | Parameters | Inherited from |
Check Editability | c | Boolean:Editable |
Component with Text Input (abstract) |
Check Enablement | c | Boolean:Enabled |
Graphics Component (abstract) |
Check Enablement of Context Menu Entry by Indexpath | c | String:Indexpath |
Graphics Component (abstract) |
Check Enablement of Context Menu Entry by Indexpath (Specify Position) | c | Integer:x-position |
Graphics Component (abstract) |
Check Enablement of Context Menu Entry by Textpath | c | String:Textpath |
Graphics Component (abstract) |
Check Enablement of Context Menu Entry by Textpath (Specify Position) | c | Integer:x-position |
Graphics Component (abstract) |
Check Existence | c | Boolean:Exists |
Graphics Component (abstract) |
Check Existence of Context Menu Entry by Indexpath | c | String:Indexpath |
Graphics Component (abstract) |
Check Existence of Context Menu Entry by Indexpath (Specify Position) | c | Integer:x-position |
Graphics Component (abstract) |
Check Existence of Context Menu Entry by Textpath | c | String:Textpath |
Graphics Component (abstract) |
Check Existence of Context Menu Entry by Textpath (Specify Position) | c | Integer:x-position |
Graphics Component (abstract) |
Check Focus | c | Boolean:Has Focus |
Graphics Component (abstract) |
Check Property | c | String:Property Name |
Graphics Component (abstract) |
Check Selection of Context Menu Entry by Indexpath | c | String:Indexpath |
Graphics Component (abstract) |
Check Selection of Context Menu Entry by Indexpath (Specify Position) | c | Integer:x-position |
Graphics Component (abstract) |
Check Selection of Context Menu Entry by Textpath | c | String:Textpath |
Graphics Component (abstract) |
Check Selection of Context Menu Entry by Textpath (Specify Position) | c | Integer:x-position |
Graphics Component (abstract) |
Check Text | c | String:Text |
Component with Text (abstract) |
Click | e | Integer:Number of Clicks |
Graphics Component (abstract) |
Click in Component | e | Integer:Number of Clicks |
Graphics Component (abstract) |
Drag | e | Integer:Mouse Button |
Graphics Component (abstract) |
Drop | e | Integer:x-position |
Graphics Component (abstract) |
Input Text | e | String:Text |
Component with Text Input (abstract) |
Replace Text | e | String:Text |
Component with Text Input (abstract) |
Select Context Menu Entry by Indexpath | e | String:Indexpath |
Graphics Component (abstract) |
Select Context Menu Entry by Indexpath (Specify Position) | e | Integer:x-position |
Graphics Component (abstract) |
Select Context Menu Entry by Textpath | e | String:Textpath |
Graphics Component (abstract) |
Select Context Menu Entry by Textpath (Specify Position) | e | Integer:x-position |
Graphics Component (abstract) |
Show Text | e | String:Text |
Graphics Component (abstract) |
Store Property | e | Variable:Variable Name |
Graphics Component (abstract) |
Store Value | e | Variable:Variable Name |
Component with Text (abstract) |
Wait for Component | e | Integer:Timeout in ms |
Graphics Component (abstract) |
Check Existence of Entry by Value (Combo Box)
Parameters
Name | Data Type | Values | Default |
Text | String | - | none |
Name | Data Type | Values | Default |
Operator | String | equals not equals matches simple match |
equals |
Name | Data Type | Values | Default |
Exists | Boolean | true false |
true |
Check Selection of Entry by Index (Combo Box)
Parameters
Name | Data Type | Values | Default |
Index | String | - | none |
Name | Data Type | Values | Default |
Selected | Boolean | true false |
true |
Select Entry by Index (Combo Box)
Parameters
Name | Data Type | Values | Default |
Index | String | - | none |
Select Entry by Value (Combo Box)
Parameters
Name | Data Type | Values | Default |
Text | String | - | none |
Name | Data Type | Values | Default |
Operator | String | equals not equals matches simple match |
equals |
Name | Data Type | Values | Default |
Search Type | String | absolute relative |
absolute |