FindText Example

 

This example will attempt to locate a window with a title with the word 渡ote in it, and containing the text 泥o 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