Jump to content

MouseMove and MouseClick


Recommended Posts

Just started with AutoIt. I just want to emulate a few actions on a android emulator.

My current code is 

WinActivate("BlueStacks")
sleep(1000)
MouseClick("left", 1700, 850, 1, 50)

The WInactivate works without problems however using MouseMove or MouseClikc seems to have to effect in the emulator (outside of it it moves the mouse when I do not use the Winactivate command) Anyone knows what the reason for this is? (the same problem it has on other android emulators)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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