| 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: 11446 | 6 Revision: 13091 |
| 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 11167. Necessary data for running the python webdriver tests. | 19 At revision 11167. Necessary data for running the python webdriver tests. |
| 20 | 20 |
| 21 atoms.h | 21 atoms.h |
| 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 12677. | 23 manually. The current version was generated from revision 13091. |
| 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 | 31 |
| 32 The atoms.h file is only used directly in the chrome version of webdriver | 32 The atoms.h file is only used directly in the chrome version of webdriver |
| 33 found under the path src/chrome/test/webdriver. | 33 found under the path src/chrome/test/webdriver. |
| OLD | NEW |