mirror of
https://github.com/lorien/awesome-web-scraping.git
synced 2024-11-24 08:32:19 +02:00
Merge pull request #38 from mypolat/patch-2
Fixed Browsers/Selenium URL
This commit is contained in:
commit
98061ab146
@ -188,7 +188,7 @@ statistic of browsers
|
||||
|
||||
## Browser automation and emulation
|
||||
* Browsers
|
||||
* [selenium](http://selenium.googlecode.com/git/docs/api/py/api.html) - automating real browsers (Chrome, Firefox, Opera, IE)
|
||||
* [selenium](http://selenium-python.readthedocs.io/) - automating real browsers (Chrome, Firefox, Opera, IE)
|
||||
* [Ghost.py](http://carrerasrodrigo.github.io/Ghost.py/) - wrapper of QtWebKit (requires PyQT)
|
||||
* [Spynner](https://github.com/makinacorpus/spynner) - wrapper of QtWebKit QtWebKit (requires PyQT)
|
||||
* [Splinter](https://github.com/cobrateam/splinter) - univeral API to browser emulators (selenium webdrivers, django client, zope)
|
||||
|
Loading…
Reference in New Issue
Block a user