Repository is archived
No commit activity in last 3 years
No release in over 3 years
WebDriver-backed Watir
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
~> 0.9.2
~> 3.0
~> 1.0
>= 0.1.5
> 0.8.2.1
~> 0.1.5

Runtime

 Project Readme

watir-webdriver

The code for this repository has moved to https://github.com/watir/watir

####It is recommended to re-clone as a new local repository

git clone git@github.com:watir/watir.git

####You can also update an existing local repository by:

1. Determine repository name

git remote -v

# -> origin	git@github.com:watir/watir-webdriver.git (fetch)
# -> origin	git@github.com:watir/watir-webdriver.git (push)

2. Change the url associated with the name

git remote set-url origin git@github.com:watir/watir.git

3. Verify the correct information

git remote -v

# -> origin	git@github.com:watir/watir.git (fetch)
# -> origin	git@github.com:watir/watir.git (push)