diff options
author | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-28 23:31:20 +0000 |
---|---|---|
committer | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-28 23:31:20 +0000 |
commit | f6e3a89dcde41628a27c140897937711df9458af (patch) | |
tree | 8079abec87a865274273b4bcf1856f8d82ff911a /DEPS | |
parent | 792fc757192094b3736c2dc9196c811ef8ddfee7 (diff) | |
download | chromium_src-f6e3a89dcde41628a27c140897937711df9458af.zip chromium_src-f6e3a89dcde41628a27c140897937711df9458af.tar.gz chromium_src-f6e3a89dcde41628a27c140897937711df9458af.tar.bz2 |
In chromedriver, check if an element is clickable before clicking.
Using new atom from
http://code.google.com/p/selenium/source/detail?spec=svn13098&r=13091.
Update webdriver atoms/bindings to 13091.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7465053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94584 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -218,9 +218,9 @@ deps = { # python egg is installed. We run tests directly from src, so import # the code into the structure expected by the tests. "src/third_party/webdriver/python/selenium": - "http://selenium.googlecode.com/svn/trunk/py/selenium@12107", + "http://selenium.googlecode.com/svn/trunk/py/selenium@13091", "src/third_party/webdriver/python/selenium/test": - "http://selenium.googlecode.com/svn/trunk/py/test@12107", + "http://selenium.googlecode.com/svn/trunk/py/test@13091", "src/third_party/libvpx": "/trunk/deps/third_party/libvpx@" + |