BelieverofAutoIt Posted May 10, 2011 Posted May 10, 2011 I cannot get controll ID by using Autoit3 windows info tool, the items are blank. But I can get it by using UISpy tool. And I used ControlClick by using the information that I got using UISpy. But no execute Automation. Is it impossible to execute automation?
dufran3 Posted May 10, 2011 Posted May 10, 2011 (edited) What program is it that you are working with? If it is Java-based...AutoIt doesn't support it. Edited May 10, 2011 by dufran3
wakillon Posted May 10, 2011 Posted May 10, 2011 Try the of Yashied ! AutoIt 3.3.18.0 X86 - SciTE 4.4.6.0 - WIN 11 24H2 X64 - Other Examples Scripts
JohnOne Posted May 10, 2011 Posted May 10, 2011 And more importantly, show your code that "no execute Automation". Perhaps you are doing it wrong. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
BelieverofAutoIt Posted May 11, 2011 Author Posted May 11, 2011 Dear all members Thanks for reply. It's very simple that I was doing. I try to experiment whether AutoIt can be used or not for Apprication Test automatically. Source code as follows: ControlFocus("MainWindow","","button1") ControlClick("MainWindow","","button1") Only two lines. "button1" is control ID gotten by UISpy. This ID cannot be gotten by Autoit3 Info. The sample UI was created by VS2010. Very simple.
BelieverofAutoIt Posted May 11, 2011 Author Posted May 11, 2011 wakillon I didn't know Control Viewer. This tools is useful, I think. I tried it. But I could not get the informations. I disappointed. UISpy is OK. Please look at the attached images. Though It must not be problem because of standard Microsoft controls. Why? Please give me answer.
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