1
0
mirror of https://github.com/lorien/awesome-web-scraping.git synced 2025-02-19 19:00:10 +02:00

Merge pull request #58 from SenikTony/patch-2

Update ruby.md
This commit is contained in:
Gregory Petukhov 2018-09-19 13:00:26 +03:00 committed by GitHub
commit d62192fb92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,7 +199,7 @@ This list contains ruby libraries related to web scraping and data processing
## Browser automation and emulation
* [selenium](https://github.com/seleniumhq/selenium) - A browser automation framework and ecosystem
* [watir-webdriver](https://github.com/watir/watir-webdriver) - Watir implementation built on WebDriver's Ruby bindings
* [Watir](https://github.com/watir/watir) - Watir implementation built on WebDriver's Ruby bindings
* [capybara-webkit](https://github.com/thoughtbot/capybara-webkit) - A Capybara driver for headless WebKit to test JavaScript web apps
* [poltergeist](https://github.com/teampoltergeist/poltergeist) - A PhantomJS driver for Capybara