You can create specific automation support for the custom control. This additional automation support provides recording support and more powerful play-back support. To create automation support, the test application must be modified and the Open Agent must be extended.
After the test application has been modified and includes automation support, perform the following steps:
winclass FlexSpinner : FlexBox
tag "[FlexSpinner]"
builtin void Increment(INTEGER steps)
builtin void Decrement(INTEGER steps)
property stepSize
builtin INTEGER Get()
property lowerBound
builtin INTEGER Get()
property currentValue
builtin INTEGER Get()
builtin Set(INTEGER value)
property upperBound
builtin INTEGER Get()