diff options
author | hnguyen@chromium.org <hnguyen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 22:16:09 +0000 |
---|---|---|
committer | hnguyen@chromium.org <hnguyen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 22:16:09 +0000 |
commit | 8737b2420ada08273066ecc01a58a1f534cd8256 (patch) | |
tree | 331d3f999240a4e1a20372021725801496a6d505 /third_party/webdriver/README.chromium | |
parent | cbacce2e2572237d34eb68ec07fae433da6daa01 (diff) | |
download | chromium_src-8737b2420ada08273066ecc01a58a1f534cd8256.zip chromium_src-8737b2420ada08273066ecc01a58a1f534cd8256.tar.gz chromium_src-8737b2420ada08273066ecc01a58a1f534cd8256.tar.bz2 |
Updating atoms.h for WebDriver, also updated WebDriver python binding from r11696 to r12081.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6905109
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83423 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/webdriver/README.chromium')
-rw-r--r-- | third_party/webdriver/README.chromium | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/third_party/webdriver/README.chromium b/third_party/webdriver/README.chromium index 29fc7e0..85ba61c 100644 --- a/third_party/webdriver/README.chromium +++ b/third_party/webdriver/README.chromium @@ -4,12 +4,14 @@ URL: http://selenium.googlecode.com/svn/trunk/py http://selenium.googlecode.com/svn/trunk/common/src/web Version: unknown Revision: 11446 +Security Critical: no + Description: WebDriver is a clean, fast framework for automated testing of webapps. Contents: - py/ + python/ Python bindings and tests for WebDriver pulled in via DEPS. test_data/ @@ -18,7 +20,7 @@ Contents: atoms.h These atoms are generated by the webdriver team and are to be checked in - manually. The current version was generated from revision 11670. + manually. The current version was generated from revision 12081. To generate the atoms using the code found in selenium tree: $ svn checkout http://selenium.googlecode.com/svn/trunk/ selenium-read-only |