Jump to content

Recommended Posts

Posted

How can I target a Window with a title of "Example" and automatically click "OK"

Use the Autoit Window Info tool, which gets placed in the start menu folder for autoit. Highlight the button and look under the "Control" tab, press CTRL+ALT+F.

Now use the ID under the Control tab along with the window title in the function ControlClick ( "title", "text", controlID [, button [, clicks [, x [, y ]]]] )

Example: ControlClick("Calculator", "", 82)

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
×
×
  • Create New...