From 9c1d951cc9d3025475d45e943f7e7dcdc6c42143 Mon Sep 17 00:00:00 2001 From: Tony Date: Wed, 19 Sep 2018 11:45:44 +0300 Subject: [PATCH] Update ruby.md This repository https://github.com/watir/watir-webdriver has been archived by the owner. The code for this repository has moved to https://github.com/watir/watir --- ruby.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby.md b/ruby.md index 51a2acb..401333c 100644 --- a/ruby.md +++ b/ruby.md @@ -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