Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/watir/watir-webdriver
watir-webdriver code has moved
https://github.com/watir/watir-webdriver
Last synced: 2 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 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-06T19:03:16.000Z (over 8 years ago)
- Last Synced: 2024-04-26T23:02:51.027Z (9 months 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 [email protected]:watir/watir.git
```####You can also update an existing local repository by:
1\. Determine repository name
```
git remote -v# -> origin [email protected]:watir/watir-webdriver.git (fetch)
# -> origin [email protected]:watir/watir-webdriver.git (push)
```2\. Change the url associated with the name
```
git remote set-url origin [email protected]:watir/watir.git
```3\. Verify the correct information
```
git remote -v# -> origin [email protected]:watir/watir.git (fetch)
# -> origin [email protected]:watir/watir.git (push)
```