Kris123 Posted October 21, 2009 Posted October 21, 2009 Hi all, how to enable mouse movements for IE automation. If we use existing IE.au3 for webpage automation, mouse cursor will not move. How to enable mouse movements. Please help me out.
exodius Posted October 21, 2009 Posted October 21, 2009 The IE.au3 functions are intended to work directly with Internet Explorer via its API, which is why the mouse doesn't move...If you want to move the mouse around for some reason, look at MouseMove?
Kris123 Posted October 21, 2009 Author Posted October 21, 2009 Is there any way to enable IE.au3 APIs to work with mouse movements enabled?
exodius Posted October 21, 2009 Posted October 21, 2009 The short answer is no, there isn't.The way that IE.au3 works doesn't need to move the mouse to click on links and do different things, so it's not an option you can just turn on. If you want to move your mouse to different places on the screen, just use MouseMove or MouseClick.
Kris123 Posted October 21, 2009 Author Posted October 21, 2009 where i have to turn on.........in IE.au3?
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