Third Party Drivers, Bindings, and Plugins Selenium can be extended through the use of plugins. Here are a number of plugins created and maintained by third parties. For more information on how to create your own plugin or have it listed, consult th
This repository contains source code of examples from the book *Web Scraping with Python*, published by Packt Publishing. Examples have been tested with Python 2.7 and depend on: * [BeautifulSoup](http://www.crummy.com/software/BeautifulSoup/) (Ch 2