wayne_horner Posted February 20, 2016 Posted February 20, 2016 Does this exist? I was running a windows process for hours and every once in a while it popped up a dialogue requiring me to press ok. I thought - wish I had an autoit for this.... You know what would be cool - would be an autoit that I run that would do that for me - make an "if this then that". So I run IFTTT.au3 I point to the OK button and click it. Then it would repeat that from then on ... watch for the popup - and do the action. Or it could write the au3 - whichever. That would be cool - does it exist?
InunoTaishou Posted February 20, 2016 Posted February 20, 2016 Look in the help file for these functions WinExists("Title"[, "Text"]) ControlClick ( "title", "text", controlID [, button = "left" [, clicks = 1 [, x [, y]]]] ) Sleep(delay)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now