-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
control_click and control_send in Bluestacks #32
Comments
I figured it has to be an issue with the included AutoItX3.dll, so I replaced them with the ones found in my AutoIt folder. Now Maybe it worth to test them fully. |
I have same issue(only focus works)
Is there any suggestion for solving this problem? |
Below code works.
But below code not works
|
For Bluestacks, you have to control focus first. This is an issue with Bluestacks. |
Can you make a branch with these files? I'd be highly valuable for other Bluestacks users as well. Edit: I can confirm this patch works. Use as its own discretion. |
The latest dll is version 3.3.14.5. The list of changes in these API can be found here: I might be able to spend some time on getting the dll updated in a few days/weeks. |
I don't know what is Bluestacks.Maybe i have same question. when i use Windows cmd,if i run py script as administrator |
Has anyone had any issue with
control_click
andcontrol_send
in Bluestacks?The following AU3 code works fine:
But the python translation of the above code doesn't work:
Also, other control functions such as
control_hide
andcontrol_show
work well.The text was updated successfully, but these errors were encountered: