Skip to content

UIAutomationMenuDropDownList

UIAutomation UIAutomationMenuDropDownList.

Extends UIAObject

Extends SeSSimulatedObject

Behavior Pattern: UIAutomationMenuDropDownBehavior

Action Summary

Action Description
DoSelectItem Selects an item of this object.

Action Detail

DoSelectItem

Selects an item of this object.

SeS('SomeUIAutomationMenuDropDownList').DoSelectItem(item)

Parameters:

Name Type Description
item string | number Item index or text value to select.

Returns:

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