Description:
Toolbar items are buttons and their menus on a toolbar, such as the one in Jubula (5.33). Each of the buttons on the toolbar is a toolbar item.
Often, toolbar items have drop-down menus (5.34).
Mapping toolbar items
In the Object Mapping Mode , a toolbar item to be mapped looks like this:
Synopsis:
New Actions | ||
Name | Type | Parameters |
Check Enablement of Entry by Indexpath | e |
String:Indexpath |
Check Enablement of Entry by Textpath | e |
String:Menupath |
Check Existence of Entry by Indexpath | e |
String:Indexpath |
Check Existence of Entry by Textpath | e |
String:Menupath |
Check Selection of Entry by Indexpath | e |
String:Indexpath |
Check Selection of Entry by Textpath | e |
String:Menupath |
Select Menu Entry by Indexpath | e |
String:Indexpath |
Select Menu Entry by Textpath | e |
String:Menupath |
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 | c |
Boolean:Selected |
Button 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 Enablement of Entry by Indexpath (Toolbar Item)
Parameters
Name | Data Type | Values | Default |
Indexpath | String | - | none |
Use this parameter to specify the menupath to the item you want to check. Make sure you give the whole menupath (start from the very beginning of the menu).
![]() |
The first node is '1' |
Name | Data Type | Values | Default |
Enabled | Boolean | true false |
true |
Check Enablement of Entry by Textpath (Toolbar Item)
Parameters
Name | Data Type | Values | Default |
Menupath | String | - | none |
Use this parameter to specify the menupath to the item you want to check. Make sure you enter the whole path.
![]() |
When you use a regular expression for a textpath, bear in mind that each subpath is considered separately. The first path which corresponds to each subpath will be chosen. It is therefore advisable to make your regular expressions as unambiguous as possible. |
Name | Data Type | Values | Default |
Operator | String | equals not equals matches simple match |
equals |
Name | Data Type | Values | Default |
Enabled | Boolean | true false |
true |
Check Existence of Entry by Indexpath (Toolbar Item)
Parameters
Name | Data Type | Values | Default |
Indexpath | String | - | none |
Use this parameter to specify the menupath to the item you want to check. Make sure you give the whole menupath (start from the very beginning of the menu).
![]() |
The first node is '1' |
Name | Data Type | Values | Default |
Exists | Boolean | true false |
true |
Check Existence of Entry by Textpath (Toolbar Item)
Parameters
Name | Data Type | Values | Default |
Menupath | String | - | none |
Use this parameter to specify the menupath to the item you want to check. Make sure you enter the whole path.
![]() |
When you use a regular expression for a textpath, bear in mind that each subpath is considered separately. The first path which corresponds to each subpath will be chosen. It is therefore advisable to make your regular expressions as unambiguous as possible. |
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 Indexpath (Toolbar Item)
Parameters
Name | Data Type | Values | Default |
Indexpath | String | - | none |
Use this parameter to specify the menupath to the item you want to check. Make sure you give the whole menupath (start from the very beginning of the menu).
![]() |
The first node is '1' |
Name | Data Type | Values | Default |
Selected | Boolean | true false |
true |
Check Selection of Entry by Textpath (Toolbar Item)
Parameters
Name | Data Type | Values | Default |
Menupath | String | - | none |
Use this parameter to specify the menupath to the item you want to check. Make sure you enter the whole path.
![]() |
When you use a regular expression for a textpath, bear in mind that each subpath is considered separately. The first path which corresponds to each subpath will be chosen. It is therefore advisable to make your regular expressions as unambiguous as possible. |
Name | Data Type | Values | Default |
Operator | String | equals not equals matches simple match |
equals |
Name | Data Type | Values | Default |
Selected | Boolean | true false |
true |
Select Menu Entry by Indexpath (Toolbar Item)
Parameters
Name | Data Type | Values | Default |
Indexpath | String | - | none |
Use this parameter to specify the menupath to the item you want to select. Make sure you give the whole menupath (start from the very beginning of the menu).
![]() |
The first node is '1' |
Select Menu Entry by Textpath (Toolbar Item)
Parameters
Name | Data Type | Values | Default |
Menupath | String | - | none |
Use this parameter to specify the menupath to the item you want to select. Make sure you enter the whole path.
![]() |
When you use a regular expression for a textpath, bear in mind that each subpath is considered separately. The first path which corresponds to each subpath will be chosen. It is therefore advisable to make your regular expressions as unambiguous as possible. |
Name | Data Type | Values | Default |
Operator | String | equals not equals matches simple match |
equals |