8000 control_click and control_send in Bluestacks · Issue #32 · jacexh/pyautoit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
control_click and control_send in Bluestacks #32
Open
@AnthonyZJiang

Description

@AnthonyZJiang

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0