glitchassassin / lackey

Lackey - Graphical desktop automation with Python
MIT License
616 stars 76 forks source link

Fix waitForWindow() on Mac and Windows. #133

Closed ulodha closed 5 years ago

ulodha commented 6 years ago

Avoid exception when getWindow() or getWindowTitle() is called while window isn't open yet and waiting for window. On Mac, return None instead of raising exception when PID window isn't found