iverson_est Posted March 26, 2006 Posted March 26, 2006 Can AutoIt hover a mouse over a text in a browser or something like that? Atm my script is doing with coordinates, but they may very depending browser, resolution, extra taskbars etc. I searched the help file but couldn't find anything like that. Thanks
greenmachine Posted March 26, 2006 Posted March 26, 2006 Hovering is just moving the mouse to the text and then staying there... so use MouseMove and then don't move it for a bit.Since you're on a browser, try using IE.au3 (for Internet Explorer automation). It's much more reliable than mouse clicks. http://www.autoitscript.com/forum/index.php?showtopic=13398
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