sdballer Posted February 23, 2010 Posted February 23, 2010 How can I target a Window with a title of "Example" and automatically click "OK"
Rad Posted February 23, 2010 Posted February 23, 2010 On 2/23/2010 at 3:54 AM, 'sdballer said: 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)
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