| OLD | NEW |
| 1 Name: Webdriver | 1 Name: Webdriver |
| 2 Short Name: selenium |
| 2 URL: http://selenium.googlecode.com/svn/trunk/py | 3 URL: http://selenium.googlecode.com/svn/trunk/py |
| 3 http://selenium.googlecode.com/svn/trunk/common/src/web | 4 http://selenium.googlecode.com/svn/trunk/common/src/web |
| 5 Version: unknown |
| 6 Revision: 11446 |
| 4 | 7 |
| 5 Description: | 8 Description: |
| 6 WebDriver is a clean, fast framework for automated testing of webapps. | 9 WebDriver is a clean, fast framework for automated testing of webapps. |
| 7 | 10 |
| 8 Contents: | 11 Contents: |
| 9 py/ | 12 py/ |
| 10 Python bindings and tests for WebDriver pulled in via DEPS. | 13 Python bindings and tests for WebDriver pulled in via DEPS. |
| 11 | 14 |
| 12 test_data/ | 15 test_data/ |
| 13 Select files from http://selenium.googlecode.com/svn/trunk/common/src/web. | 16 Select files from http://selenium.googlecode.com/svn/trunk/common/src/web. |
| 14 At revision 11167. Necessary data for running the python webdriver tests. | 17 At revision 11167. Necessary data for running the python webdriver tests. |
| 15 | 18 |
| 16 atoms.h | 19 atoms.h |
| 17 These atoms are generated by the webdriver team and are to be checked in | 20 These atoms are generated by the webdriver team and are to be checked in |
| 18 manually. The current version was generated from revision 11670. | 21 manually. The current version was generated from revision 11670. |
| 19 | 22 |
| 20 To generate the atoms using the code found in selenium tree: | 23 To generate the atoms using the code found in selenium tree: |
| 21 $ svn checkout http://selenium.googlecode.com/svn/trunk/ selenium-read-onl
y | 24 $ svn checkout http://selenium.googlecode.com/svn/trunk/ selenium-read-onl
y |
| 22 $ cd selenium-read-only | 25 $ cd selenium-read-only |
| 23 $ go //javascript/chrome-driver:atoms | 26 $ go //javascript/chrome-driver:atoms |
| 24 $ cp build/javascript/chrome-driver/atoms.h \ | 27 $ cp build/javascript/chrome-driver/atoms.h \ |
| 25 <chromium_dir>/src/third_party/webdriver/atoms.h | 28 <chromium_dir>/src/third_party/webdriver/atoms.h |
| 26 | 29 |
| 27 The atoms.h file is only used directly in the chrome version of webdriver | 30 The atoms.h file is only used directly in the chrome version of webdriver |
| 28 found under the path src/chrome/test/webdriver. | 31 found under the path src/chrome/test/webdriver. |
| OLD | NEW |