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