QMenuBar¶
This is for testing the main Qt menu bar (e.g. main menu of the application). Use DoClickItem to click a particular item from the menu.
Extends QWidget
Extends SeSSimulatedObject
Behavior Pattern: QtItemClickableBehavior
Action Summary¶
| Action | Description |
|---|---|
| DoClickItem | Performs click on an item of this object. |
Action Detail¶
DoClickItem¶
Performs click on an item of this object.
DoClickItem(itemName)
Parameters:
| Name | Type | Description |
|---|---|---|
| itemName | string | Name of the item to click |
Returns:
boolean: 'true' if success, 'false' otherwise.