Skip to content

Instantly share code, notes, and snippets.

@JohnnyChiang
Created November 28, 2014 07:14
Show Gist options
  • Save JohnnyChiang/44202466866b58c120c6 to your computer and use it in GitHub Desktop.
Save JohnnyChiang/44202466866b58c120c6 to your computer and use it in GitHub Desktop.
pyautoit basic usage
import pyautoit
s = autoit.win_get_title("[ACTIVE]")
autoit.control_click(s, "Button2")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment