Skip to content

UIAMenu

UIAutomation UIAMenu.

Extends UIAObject

Extends SeSSimulatedObject

Behavior Pattern: UIAutomationMenuBehavior

Action Summary

Action Description
DoMenu Performs click on the menu item.

Action Detail

DoMenu

Performs click on the menu item.

SeS('SomeUIAMenu').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.