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 | |
5 Version: unknown | 4 Version: unknown |
6 Revision: 16922 | 5 Revision: 18456 |
7 Security Critical: no | 6 Security Critical: no |
8 License: Apache 2, MIT and GPL v2 | 7 License: Apache 2, MIT and GPL v2 |
9 | 8 |
10 | 9 |
11 Description: | 10 Description: |
12 WebDriver is a clean, fast framework for automated testing of webapps. | 11 WebDriver is a clean, fast framework for automated testing of webapps. |
13 | 12 |
14 Contents: | 13 Contents: |
15 python/ | 14 pylib/ |
16 Python bindings and tests for WebDriver pulled in via DEPS. | 15 Python bindings and tests for WebDriver pulled in via DEPS. |
17 | 16 |
18 test_data/ | |
19 Select files from http://selenium.googlecode.com/svn/trunk/common/src/web. | |
20 At revision 17149. Necessary data for running the python webdriver tests. | |
21 | |
22 atoms.h, atoms.cc | 17 atoms.h, atoms.cc |
23 These atoms are generated by the webdriver team and are to be checked in | 18 These atoms are generated by the webdriver team and are to be checked in |
24 manually. The current version was generated from revision | 19 manually. The current version was generated from revision |
25 37ece1505b0c6856c3a5ae84b3d47c8e789ecb88. | 20 37ece1505b0c6856c3a5ae84b3d47c8e789ecb88. |
26 | 21 |
27 To generate the atoms using the code found in selenium tree: | 22 To generate the atoms using the code found in selenium tree: |
28 $ git clone https://github.com/SeleniumHQ/selenium.git | 23 $ git clone https://github.com/SeleniumHQ/selenium.git |
29 $ cd selenium | 24 $ cd selenium |
30 $ ./go //javascript/chrome-driver:atoms | 25 $ ./go //javascript/chrome-driver:atoms |
31 $ cp build/javascript/chrome-driver/atoms.h \ | 26 $ cp build/javascript/chrome-driver/atoms.h \ |
32 <chromium_dir>/src/third_party/webdriver/atoms.h | 27 <chromium_dir>/src/third_party/webdriver/atoms.h |
33 $ cp build/javascript/chrome-driver/atoms.cc \ | 28 $ cp build/javascript/chrome-driver/atoms.cc \ |
34 <chromium_dir>/src/third_party/webdriver/atoms.cc | 29 <chromium_dir>/src/third_party/webdriver/atoms.cc |
35 | 30 |
36 The atoms.h/cc files are only used directly in the chrome version of | 31 The atoms.h/cc files are only used directly in the chrome version of |
37 webdriver found under the path src/chrome/test/chromedriver. | 32 webdriver found under the path src/chrome/test/chromedriver. |
38 | 33 |
39 Local Modifications: | 34 Local Modifications: |
40 - Applied changes in patch.diff to the selenium tree prior to building the atoms
. | 35 - Applied changes in patch.diff to the selenium tree prior to building the atoms
. |
OLD | NEW |