mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
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.
This commit is contained in:
parent
5732b0a0c5
commit
b8ba7a3f1d
1 changed files with 1 additions and 0 deletions
|
@ -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/).
|
* [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.
|
* [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.
|
* [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
|
* Web Testing
|
||||||
* [Selenium](https://pypi.python.org/pypi/selenium) - Python bindings for [Selenium](http://www.seleniumhq.org/) WebDriver.
|
* [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.
|
* [splinter](http://splinter.cobrateam.info/) - Open source tool for testing web applications.
|
||||||
|
|
Loading…
Reference in a new issue