Jump to content

Recommended Posts

Posted

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.

Posted

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?

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...