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 | 8 |
9 | 9 |
10 Description: | 10 Description: |
11 WebDriver is a clean, fast framework for automated testing of webapps. | 11 WebDriver is a clean, fast framework for automated testing of webapps. |
12 | 12 |
13 Contents: | 13 Contents: |
14 python/ | 14 python/ |
15 Python bindings and tests for WebDriver pulled in via DEPS. | 15 Python bindings and tests for WebDriver pulled in via DEPS. |
16 | 16 |
17 test_data/ | 17 test_data/ |
18 Select files from http://selenium.googlecode.com/svn/trunk/common/src/web. | 18 Select files from http://selenium.googlecode.com/svn/trunk/common/src/web. |
19 At revision 17149. Necessary data for running the python webdriver tests. | 19 At revision 17149. Necessary data for running the python webdriver tests. |
20 | 20 |
21 atoms.h, atoms.cc | 21 atoms.h, atoms.cc |
22 These atoms are generated by the webdriver team and are to be checked in | 22 These atoms are generated by the webdriver team and are to be checked in |
23 manually. The current version was generated from revision 17181. | 23 manually. The current version was generated from revision 17589. |
24 | 24 |
25 To generate the atoms using the code found in selenium tree: | 25 To generate the atoms using the code found in selenium tree: |
26 $ svn checkout http://selenium.googlecode.com/svn/trunk/ selenium-read-onl
y | 26 $ svn checkout http://selenium.googlecode.com/svn/trunk/ selenium-read-onl
y |
27 $ cd selenium-read-only | 27 $ cd selenium-read-only |
28 $ go //javascript/chrome-driver:atoms | 28 $ go //javascript/chrome-driver:atoms |
29 $ cp build/javascript/chrome-driver/atoms.h \ | 29 $ cp build/javascript/chrome-driver/atoms.h \ |
30 <chromium_dir>/src/third_party/webdriver/atoms.h | 30 <chromium_dir>/src/third_party/webdriver/atoms.h |
31 $ cp build/javascript/chrome-driver/atoms.cc \ | 31 $ cp build/javascript/chrome-driver/atoms.cc \ |
32 <chromium_dir>/src/third_party/webdriver/atoms.cc | 32 <chromium_dir>/src/third_party/webdriver/atoms.cc |
33 | 33 |
34 The atoms.h/cc files are only used directly in the chrome version of | 34 The atoms.h/cc files are only used directly in the chrome version of |
35 webdriver found under the path src/chrome/test/webdriver. | 35 webdriver found under the path src/chrome/test/webdriver. |
36 | 36 |
OLD | NEW |