1

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.

narcisse
  • 401
  • 4
  • 8
  • 15

1 Answers1

1
  • GetROProperty - returns an object's property from the application under test
  • GetTextLocation - (on TextUtil) can be used to find text on Win32 applications
  • GetVisibleText - Gets the visible text of a Win32 Window object
Motti
  • 110,860
  • 49
  • 189
  • 262