Description:
A List is a component which displays a number of values. Lists allow single or multiple values to be selected.
Because the comma (,) is a special symbol for lists, 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 lists
In the Object Mapping Mode , a list to be mapped looks like this:
Synopsis:
| New Actions | ||
| Name | Type | Parameters |
| Check Existence of Entry by Value | c |
String:Text |
| Check Selection of Entry by Index/Indices | c |
String:Index/Indices |
| Check Selection of Entry by Value(s) | c |
String:Text |
| Drag Entry by Index | e |
Integer:Mouse Button |
| Drag Entry by Value | e |
Integer:Mouse Button |
| Drop on Entry by Index | e |
Integer:Index |
| Drop on Entry by Value | e |
String:Text |
| Select Entry by Index/Indices | e |
String:Index/Indices |
| Select Entry by Value(s) | e |
String:Text |
| Inherited Actions | |||
| Name | Type | Parameters | Inherited from |
| 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) |
| 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 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 (List)
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/Indices (List)
Parameters
| Name | Data Type | Values | Default |
| Index/Indices | String | - | none |
| Name | Data Type | Values | Default |
| Selected | Boolean | true false |
true |
Check Selection of Entry by Value(s) (List)
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 |
| Selected | Boolean | true false |
true |
If you want to drag multiple items, use an action to select the items you want to drag before using the drag action.
Parameters
| Name | Data Type | Values | Default |
| Mouse Button | Integer | 1 2 3 |
1 |
| Name | Data Type | Values | Default |
| Modifier Keys | String | none shift control alt meta cmd mod |
none |
| Name | Data Type | Values | Default |
| Index | Integer | - | none |
If you want to drag multiple items, use an action to select the items you want to drag before using the drag action.
Parameters
| Name | Data Type | Values | Default |
| Mouse Button | Integer | 1 2 3 |
1 |
| Name | Data Type | Values | Default |
| Modifier Keys | String | none shift control alt meta cmd mod |
none |
| 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 |
Parameters
| Name | Data Type | Values | Default |
| Index | Integer | - | none |
| Name | Data Type | Values | Default |
| Delay before drop (milliseconds) | Integer | - | 100 |
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 |
| Name | Data Type | Values | Default |
| Delay before drop (milliseconds) | Integer | - | 100 |
Select Entry by Index/Indices (List)
Parameters
| Name | Data Type | Values | Default |
| Index/Indices | String | - | none |
| Name | Data Type | Values | Default |
| Extend Selection | String | yes no |
no |
| Name | Data Type | Values | Default |
| Mouse Button | Integer | 1 2 3 |
1 |
Select Entry by Value(s) (List)
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 |
| Name | Data Type | Values | Default |
| Extend Selection | String | yes no |
no |
| Name | Data Type | Values | Default |
| Mouse Button | Integer | 1 2 3 |
1 |