diff options
author | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-25 01:55:41 +0000 |
---|---|---|
committer | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-25 01:55:41 +0000 |
commit | 3aa7b8a7ca902cf5bdcac5b1069d9f11a5e4fd4a (patch) | |
tree | fd354afd38b0e97892c4b64fb9ac84222d8883bd /third_party/webdriver/README.chromium | |
parent | cca5cb472d7b15a1794c3fa2a11d948bba95c872 (diff) | |
download | chromium_src-3aa7b8a7ca902cf5bdcac5b1069d9f11a5e4fd4a.zip chromium_src-3aa7b8a7ca902cf5bdcac5b1069d9f11a5e4fd4a.tar.gz chromium_src-3aa7b8a7ca902cf5bdcac5b1069d9f11a5e4fd4a.tar.bz2 |
Fix finding the location in view of elements. This fixes mouse commands on scrollable pages as well.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6574015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76010 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/webdriver/README.chromium')
-rw-r--r-- | third_party/webdriver/README.chromium | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/webdriver/README.chromium b/third_party/webdriver/README.chromium index ea9d5d3..81536d8 100644 --- a/third_party/webdriver/README.chromium +++ b/third_party/webdriver/README.chromium @@ -15,7 +15,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 11476. + manually. The current version was generated from revision 11535. To generate the atoms using the code found in selenium tree: $ svn checkout http://selenium.googlecode.com/svn/trunk/ selenium-read-only |