Jump to content

Recommended Posts

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...