BelieverofAutoIt 0 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? Share this post Link to post Share on other sites
dufran3 0 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 Share this post Link to post Share on other sites
wakillon 403 Posted May 10, 2011 Try the of Yashied ! AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Share this post Link to post Share on other sites
JohnOne 1,603 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. Share this post Link to post Share on other sites
BelieverofAutoIt 0 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. Share this post Link to post Share on other sites
BelieverofAutoIt 0 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. Share this post Link to post Share on other sites