From b8ba7a3f1da6a6ad2b344c9fe63f813c03fb919d Mon Sep 17 00:00:00 2001 From: Junjie Tao Date: Tue, 11 Aug 2015 10:41:12 +0800 Subject: [PATCH] Add PyAutoGUI model at Testing Frameworks [PyAutoGUI](https://github.com/asweigart/pyautogui) - A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard. Eventually it would be great to offer the same type of features that [Sikuli](http://www.sikuli.org) offers. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44cf4139..7b30625e 100644 --- a/README.md +++ b/README.md @@ -849,6 +849,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [pyvows](http://heynemann.github.io/pyvows/) - BDD style testing for Python. Inspired by [Vows.js](http://vowsjs.org/). * [hypothesis](https://github.com/DRMacIver/hypothesis) - Hypothesis is an advanced Quickcheck style property based testing library. * [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework. + * [PyAutoGUI](https://github.com/asweigart/pyautogui) - A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard. Eventually it would be great to offer the same type of features that [Sikuli](http://www.sikuli.org) offers. * Web Testing * [Selenium](https://pypi.python.org/pypi/selenium) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver. * [splinter](http://splinter.cobrateam.info/) - Open source tool for testing web applications.