OLD | NEW |
---|---|
1 Name: Webdriver | 1 Name: Webdriver |
2 Short Name: selenium | 2 Short Name: selenium |
3 URL: http://selenium.googlecode.com/svn/trunk/py | 3 URL: http://selenium.googlecode.com/svn/trunk/py |
4 http://selenium.googlecode.com/svn/trunk/common/src/web | 4 http://selenium.googlecode.com/svn/trunk/common/src/web |
5 Version: unknown | 5 Version: unknown |
6 Revision: 16922 | 6 Revision: 16922 |
7 Security Critical: no | 7 Security Critical: no |
8 License: Apache 2, MIT and GPL | 8 License: Apache 2, MIT and GPL v2 |
Lei Zhang
2014/02/04 19:46:04
This might be an old copy, but FWIW, in 2012 they
| |
9 | 9 |
10 | 10 |
11 Description: | 11 Description: |
12 WebDriver is a clean, fast framework for automated testing of webapps. | 12 WebDriver is a clean, fast framework for automated testing of webapps. |
13 | 13 |
14 Contents: | 14 Contents: |
15 python/ | 15 python/ |
16 Python bindings and tests for WebDriver pulled in via DEPS. | 16 Python bindings and tests for WebDriver pulled in via DEPS. |
17 | 17 |
18 test_data/ | 18 test_data/ |
(...skipping 12 matching lines...) Expand all Loading... | |
31 $ cp build/javascript/chrome-driver/atoms.h \ | 31 $ cp build/javascript/chrome-driver/atoms.h \ |
32 <chromium_dir>/src/third_party/webdriver/atoms.h | 32 <chromium_dir>/src/third_party/webdriver/atoms.h |
33 $ cp build/javascript/chrome-driver/atoms.cc \ | 33 $ cp build/javascript/chrome-driver/atoms.cc \ |
34 <chromium_dir>/src/third_party/webdriver/atoms.cc | 34 <chromium_dir>/src/third_party/webdriver/atoms.cc |
35 | 35 |
36 The atoms.h/cc files are only used directly in the chrome version of | 36 The atoms.h/cc files are only used directly in the chrome version of |
37 webdriver found under the path src/chrome/test/chromedriver. | 37 webdriver found under the path src/chrome/test/chromedriver. |
38 | 38 |
39 Local Modifications: | 39 Local Modifications: |
40 - Applied changes in patch.diff to the selenium tree prior to building the atoms . | 40 - Applied changes in patch.diff to the selenium tree prior to building the atoms . |
OLD | NEW |