Added splinter, the open source tool for testing web applications

This commit is contained in:
Marc Laventure 2014-08-09 21:50:43 -07:00
parent 235e476fda
commit 3e57c462c3

View File

@ -555,6 +555,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [RoboBrowser](https://github.com/jmcarp/robobrowser) - A simple, Pythonic library for browsing the web without a standalone web browser.
* [MechanicalSoup](https://github.com/hickford/MechanicalSoup) - A Python library for automating interaction with websites.
* [mechanize](http://wwwsearch.sourceforge.net/mechanize/) - Stateful programmatic web browsing.
* [splinter](http://splinter.cobrateam.info/) - Open source tool for testing web applications.
## Web Content Extracting