toromagn Posted October 20, 2009 Posted October 20, 2009 Please look at the picture below:How can I click the button that is highlighted above? (Not use mouse position)
Juvigy Posted October 20, 2009 Posted October 20, 2009 Use ControlGetHandle() to get the handle and then ControlClick() to click on it.
nfaustin Posted October 20, 2009 Posted October 20, 2009 Or ControlCommand("window title", "", "control handle","Check", "") and use the ControlGetHandle() to obtain the control id.In your attached picture, can use the [CLASS:Internet Explorer_Server; INSTANCE:1] for the control handle. [font="Palatino Linotype"][size="2"]*** The information contained in this post should be considered and certified WORKS ON MY MACHINE ***[/size][/font][font="Palatino Linotype"][size="2"] [/size][/font]
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