Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this 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 [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)
```