Skip to content

GWTMenuBar

GWT MenuBar.

Extends HTMLObject

Extends SeSSimulatedObject

Behavior Pattern: GWTMenuBarBehavior

Action Summary

Action Description
DoMenu Performs click on the menu item.

Action Detail

DoMenu

Performs click on the menu item.

SeS('SomeGWTMenuBar').DoMenu(path, separator)

Parameters:

Name Type Description
path string Path from the menu root to a leaf item with components delimited by separator parameter.
separator string Separator character. Possible values: ";", ",", "\", "/"
Optional, Default: ";".

Returns:

boolean: 'true' if success, 'false' otherwise.