How to use the functions GetVisibleText
GetTextLocation
and GetROProperty
?
I want to identify an object in a Rich Client application using these functions but I didn't find documentation on the net.
GetROProperty
- returns an object's property from the application under testGetTextLocation
- (on TextUtil
) can be used to find text on Win32
applicationsGetVisibleText
- Gets the visible text of a Win32 Window
object