Tuesday, November 17, 2015

Working with TextUtil Object

1.1.1        GetText Method

Returns the text from the specified window handle area.
Syntax
TextUtil.GetText(hWnd [, Left, Top, Right, Bottom])

1.1.2        GetTextLocation Method

Checks whether a specified text string is contained in a specified window area.
Syntax
TextUtil.GetTextLocation(TextToFind, hWnd, Left, Top, Right, Bottom[, MatchWholeWordOnly])


No comments: