Open
Description
Has anyone had any issue with control_click
and control_send
in Bluestacks?
The following AU3 code works fine:
ControlFocus("BlueStacks", "", "" )
ControlClick("BlueStacks", "", "", "left", 1, 645, 626)
ControlSend("BlueStacks", "", "", "123")
But the python translation of the above code doesn't work:
import autoit
autoit.control_focus("BlueStacks", "") #this works
autoit.control_click("BlueStacks", "", x=615, y=654) #doesn't work, no error message, just doesn't click
autoit.control_send("BlueStacks", "", "123") #doesn't work, no error message, just text doesn't get sent
Also, other control functions such as control_hide
and control_show
work well.
Metadata
Metadata
Assignees
Labels
No labels