FindText Example

 

This example will attempt to locate a window with a title with the word ônoteö in it, and containing the text ôDo you want to save the changes?ö If such a window exists, it is focused.

 

Sub Main

 Action.FindText("note", "0", "", "Do you want to save the changes?", "0")

End Sub