https://github.com/watir/watir-webdriver
watir-webdriver code has moved
https://github.com/watir/watir-webdriver
Last synced: 9 months ago
JSON representation
watir-webdriver code has moved
- Host: GitHub
- URL: https://github.com/watir/watir-webdriver
- Owner: watir
- Archived: true
- Created: 2016-08-06T19:00:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-06T19:03:16.000Z (over 9 years ago)
- Last Synced: 2024-10-29T13:50:59.337Z (about 1 year ago)
- Size: 0 Bytes
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ruby-toolbox - watir-webdriver - WebDriver-backed Watir (Testing / Browser testing)
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)
```