diff options
Diffstat (limited to 'third_party/webdriver/README.chromium')
-rw-r--r-- | third_party/webdriver/README.chromium | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/third_party/webdriver/README.chromium b/third_party/webdriver/README.chromium index f1b93ea..55f0355 100644 --- a/third_party/webdriver/README.chromium +++ b/third_party/webdriver/README.chromium @@ -1,12 +1,18 @@ -Name: Webdriver -URL: http://seleniumhq.org -LICENSE: APACHE 2 -VERSION: 1.0 +Name: Webdriver +URL: http://selenium.googlecode.com/svn/trunk/py -These atoms are generated by the webdriver team and are to be checked in -manually. To generate the atoms use the code found in selenium tree: - svn checkout http://selenium.googlecode.com/svn/trunk/ selenium-read-only -and follow the instructions that are on the Selenium HQ website: - http://seleniumhq.org/docs/ -The atoms.h file is only used directly in the chrome version of webdriver -found under the path src/chrome/test/webdriver. +Description: + WebDriver is a clean, fast framework for automated testing of webapps. + +Contents: + py/ + Python bindings for WebDriver pulled in via DEPS. + + atoms.h + These atoms are generated by the webdriver team and are to be checked in + manually. To generate the atoms use the code found in selenium tree: + svn checkout http://selenium.googlecode.com/svn/trunk/ selenium-read-only + and follow the instructions that are on the Selenium HQ website: + http://seleniumhq.org/docs/ + The atoms.h file is only used directly in the chrome version of webdriver + found under the path src/chrome/test/webdriver. |