foolove 0 Posted December 14, 2011 I am coming from the perl world but want to try to do something that will monitor for a text string on the screen continually if the text string is met then left click on the text string and then do other things thanks to all who reply Share this post Link to post Share on other sites
Bert 1,427 Posted December 14, 2011 use WinGetText The Vollatran project _____ I'm famous My blog: http://www.vollysinterestingshit.com/ Share this post Link to post Share on other sites
foolove 0 Posted December 14, 2011 for the if statement I am trying to click on the text then do other stuff within the program window $text = WinGetText("[CLASS:SunAwtFrame]", "") If $text = "example text" Then MouseClick ("Left") Share this post Link to post Share on other sites