diff options
author | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-16 17:07:05 +0000 |
---|---|---|
committer | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-16 17:07:05 +0000 |
commit | b8105f7485b56c6ccc82d61559ead6f26ef738e9 (patch) | |
tree | b5196674104c95e0378231c76c24c86adc2cf561 /third_party/webdriver/atoms.h | |
parent | a1902dc972a495604e610579a9b19392d9e76423 (diff) | |
download | chromium_src-b8105f7485b56c6ccc82d61559ead6f26ef738e9.zip chromium_src-b8105f7485b56c6ccc82d61559ead6f26ef738e9.tar.gz chromium_src-b8105f7485b56c6ccc82d61559ead6f26ef738e9.tar.bz2 |
Update chromedriver webdriver js atoms to 15054, to pick up a few fixes and
additions.
BUG=102005
TEST=none
Review URL: http://codereview.chromium.org/8953021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114816 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/webdriver/atoms.h')
-rw-r--r-- | third_party/webdriver/atoms.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/webdriver/atoms.h b/third_party/webdriver/atoms.h index 1ff1820..1182fad 100644 --- a/third_party/webdriver/atoms.h +++ b/third_party/webdriver/atoms.h @@ -36,6 +36,7 @@ extern const char* const FIND_ELEMENTS[]; extern const char* const GET_APPCACHE_STATUS[]; extern const char* const GET_ATTRIBUTE[]; extern const char* const GET_EFFECTIVE_STYLE[]; +extern const char* const GET_IN_VIEW_LOCATION[]; extern const char* const GET_LOCAL_STORAGE_ITEM[]; extern const char* const GET_LOCAL_STORAGE_KEY[]; extern const char* const GET_LOCAL_STORAGE_KEYS[]; |