Skip to content

UIARadioButton

UIAutomation UIARadioButton.

Extends UIAObject

Extends SeSSimulatedObject

Behavior Pattern: UIAutomationRadioButtonBehavior

Action Summary

Action Description
DoSetCheck Sets check state of the object.

Action Detail

DoSetCheck

Sets check state of the object.

SeS('SomeUIARadioButton').DoSetCheck()

Returns:

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