Skip to content
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

Click not working in macos #12

Closed
zaaack opened this issue Jun 23, 2018 · 1 comment
Closed

Click not working in macos #12

zaaack opened this issue Jun 23, 2018 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@zaaack
Copy link

zaaack commented Jun 23, 2018

Here is my code:

import autopy
import time

def hello_world():
    is_running = True
    while is_running:
        time.sleep(3)
        autopy.mouse.smooth_move(500, 700)
        autopy.mouse.click()


hello_world()
@zaaack zaaack changed the title Not working for macos chrome Click not working in macos Jun 23, 2018
@msanders
Copy link
Contributor

This is a duplicate of #3

@msanders msanders added the duplicate This issue or pull request already exists label Sep 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants