JQueryMenu¶
Extends HTMLObject
Extends SeSSimulatedObject
Behavior Pattern: JQueryMenuBehavior
Action Summary¶
Action | Description |
---|---|
DoFindChild | Searches for specific item in the menu. |
DoMenu | Performs click on the menu item. |
Action Detail¶
DoFindChild¶
Searches for specific item in the menu.
DoFindChild(path, separator, pathType)
Parameters:
Name | Type | Description |
---|---|---|
path | string | Path of the node |
separator | string | Separator character. Optional, Default: ;. |
pathType | string | Path type. Can be one of 'name', 'id' or 'index'. Optional, Default: name. |
Returns:
HTMLObject: HTMLObject of the found node
DoMenu¶
Performs click on the menu item.
DoMenu(path, separator, pathType)
Parameters:
Name | Type | Description |
---|---|---|
path | string | Path of the node |
separator | string | Separator character. Optional, Default: ;. |
pathType | string | Path type. Can be one of 'name', 'id' or 'index'. Optional, Default: name. |
Returns:
HTMLObject: HTMLObject of the found node