bigred Posted December 14, 2010 Posted December 14, 2010 I'm trying to click a button on a pop-up from a game server console. I'm trying to detect that the pop-up is present, then press the button. When the script runs the Clicked message box pops up, but the button doesn't get pressed. If WinExists ("[CLASS:#32770]") Then ControlClick("[CLASS:#32770]", "", "Button1") MsgBox(0, "", "Clicked!") Else MsgBox(0, "", "Not clicked!") Exit EndIf
wakillon Posted December 14, 2010 Posted December 14, 2010 Read this AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts
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