From 3e57c462c3b3e94642eeab64d0659084102ac3b2 Mon Sep 17 00:00:00 2001 From: Marc Laventure Date: Sat, 9 Aug 2014 21:50:43 -0700 Subject: [PATCH] Added splinter, the open source tool for testing web applications --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5cee3900..16493906 100644 --- a/README.md +++ b/README.md @@ -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