Skip to content

Commit

Permalink
Merge pull request #62 from andreastt/wdclient
Browse files Browse the repository at this point in the history
Replace WebDriver client with the one from wptrunner
  • Loading branch information
andreastt committed Apr 1, 2016
2 parents 01187f5 + 2c92920 commit b2e9c4c
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 797 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@
[submodule "pytest"]
path = pytest
url = https://github.com/pytest-dev/pytest.git
[submodule "webdriver"]
path = webdriver
url = https://github.com/w3c/wdclient.git
1 change: 1 addition & 0 deletions localpaths.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
sys.path.insert(0, os.path.join(repo_root, "tools", "wptserve"))
sys.path.insert(0, os.path.join(repo_root, "tools", "pywebsocket", "src"))
sys.path.insert(0, os.path.join(repo_root, "tools", "pytest"))
sys.path.insert(0, os.path.join(repo_root, "tools", "webdriver"))
1 change: 1 addition & 0 deletions webdriver
Submodule webdriver added at 56886b
Empty file removed webdriver/webdriver/__init__.py
Empty file.
26 changes: 0 additions & 26 deletions webdriver/webdriver/alert.py

This file was deleted.

30 changes: 0 additions & 30 deletions webdriver/webdriver/capabilities.py

This file was deleted.

111 changes: 0 additions & 111 deletions webdriver/webdriver/command.py

This file was deleted.

199 changes: 0 additions & 199 deletions webdriver/webdriver/driver.py

This file was deleted.

Loading

0 comments on commit b2e9c4c

Please sign in to comment.