zykl0 Posted May 15, 2009 Posted May 15, 2009 Hello,My autoit skill are pretty limited but i never got problem to send mouseclick before...the game is Nodiatis. found at http://www.nodiatis.com/i tried with IE8 and Firefox 3.0.10I cannot send any single click inside the java windowcontrolclick... mouseclick.... nothing is working!!Please i need help
WauloK Posted May 15, 2009 Posted May 15, 2009 AutoIT doesn't work too well with Java applications/applets due to no real controls. There's a system to do it but it's really involved and complex I think.
zykl0 Posted May 15, 2009 Author Posted May 15, 2009 AutoIT doesn't work too well with Java applications/applets due to no real controls. There's a system to do it but it's really involved and complex I think.So i should get another scripting tool?is there any interesting? i worked with actool in the past but this project is out of date for a while
WauloK Posted May 15, 2009 Posted May 15, 2009 You might want to do some searching in this forum about Java.I talked to a friend of mine whom codes Java for a living, but also dabbles in scripting auto-actions for webpages, etc.He advises:You can create a new Java app which creates a java.awt.Robot and then keyPress(KeyEvent.VK_SOMETHING), which will send it regardless of theapplication.I just wanted to write an app which hits F2 to refresh a Java page of info.
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