This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
v1.0.0
Feature
- replace input methods with pyautogui (acfc82b)
Fix
- handle UnicodeEncodeError for python2 by casting to unicode (adeca83)
- pin pyscreeze version to fix pyautogui in 2.7 (4584416)
- return empty list if AXChildren raised AXErrorNoValue (0d55aa4)
- cast title as string (0d41e2b)
Breaking
- replace input methods with pyautogui (acfc82b)