quantum Posted March 25, 2005 Posted March 25, 2005 I've a script to retrieve certain info via a browser (Firefox, at the moment because with IE the same script created boatloads of windows when it started), but anway... I tab to a radio button send ('{TAB 16}') and select it send ( '{SPACE}') tab to a text box send ('{TAB 12}') enter some text send ('WXYZ') tab to a button send ('{TAB 2}') and press it send ('{ENTER}') Sometimes this results in pressing the correct button, and sometimes it doesn't. I can do it manually, of course, with the same steps every time, but for some strange reason, AutoIt 3.1.0 won't do it consistently. (W98 machine) The first two tab sends work perfectly every time, so could there be something weird with the text box?? If only AutoIt could "Find" the right button! Any ideas on how to track this down? I stuck in lots of "sleep" commands. Thanks!
Developers Jos Posted March 25, 2005 Developers Posted March 25, 2005 maybe slowing down the keystrokes helps? Opt("SendKeyDelay",??) SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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