Guest cheungs Posted July 5, 2004 Posted July 5, 2004 hi all, trying to automate the installation of an app, but when I try to do something simple like hit enter, autoit cannot "access" or see any buttons. run=("install.exe");this runs ok winwaitactive("app window name") send({ENTER});send enter when prompted for Next, focus is already on next button. it is when i get to send ({ENTER}) that the script fails. when i run the install.exe manually, i get to this screen and can hit enter or spacebar. so i know the key sequence is correct if i use the autoit window spy, i can see the window title, but cannot see the Next button. the next button also does not have an underscore either for the "n" what methods are there to use "see" and access the button? app looks like a Java app, can autoit handle Java apps? can you please help? Thanks Steve
CyberSlug Posted July 5, 2004 Posted July 5, 2004 I think you need quotes around Enter:Send("{Enter}") Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
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