Max1708 Posted March 9, 2018 Posted March 9, 2018 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)
Max1708 Posted March 9, 2018 Author Posted March 9, 2018 wow did not change a thing and suddenly it works Well I hope it stays that way aynone has an explanation for this random behaviour?
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