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 Version: unknown | 4 Version: unknown |
5 Revision: 18456 | 5 Revision: 18456 |
6 Security Critical: no | 6 Security Critical: no |
7 License: Apache 2, MIT and GPL v2 | 7 License: Apache 2, MIT and GPL v2 |
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 pylib/ | 14 pylib/ |
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 atoms.h, atoms.cc | 17 atoms.h, atoms.cc |
18 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 |
19 manually. The current version was generated from revision | 19 manually. The current version was generated from revision |
20 f639196a02fd58a61da58bbe82c18d8d7d8b543d. | 20 aa34ecda9ddffb69ef45cfc0e58404c8f3ae8ede. |
21 | 21 |
22 To generate the atoms using the code found in selenium tree: | 22 To generate the atoms using the code found in selenium tree: |
23 $ git clone https://github.com/SeleniumHQ/selenium.git | 23 $ git clone https://github.com/SeleniumHQ/selenium.git |
24 $ cd selenium | 24 $ cd selenium |
25 $ ./go //javascript/chrome-driver:atoms | 25 $ ./go //javascript/chrome-driver:atoms |
26 $ cp build/javascript/chrome-driver/atoms.h \ | 26 $ cp build/javascript/chrome-driver/atoms.h \ |
27 <chromium_dir>/src/third_party/webdriver/atoms.h | 27 <chromium_dir>/src/third_party/webdriver/atoms.h |
28 $ cp build/javascript/chrome-driver/atoms.cc \ | 28 $ cp build/javascript/chrome-driver/atoms.cc \ |
29 <chromium_dir>/src/third_party/webdriver/atoms.cc | 29 <chromium_dir>/src/third_party/webdriver/atoms.cc |
30 | 30 |
31 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 |
32 webdriver found under the path src/chrome/test/chromedriver. | 32 webdriver found under the path src/chrome/test/chromedriver. |
33 | 33 |
34 Local Modifications: | 34 Local Modifications: |
35 - 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 |