Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

watir/watir-webdriver

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

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)

About

watir-webdriver code has moved

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published