Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: third_party/webdriver/atoms.h

Issue 480483002: [chromedriver] Add shadow DOM support to chromedriver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "Fixed nits found in review" Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/webdriver/README.chromium ('k') | third_party/webdriver/atoms.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/webdriver/atoms.h
diff --git a/third_party/webdriver/atoms.h b/third_party/webdriver/atoms.h
index 6d91176623bf651e95ac3a868e408a0ce1c9a288..0e74b4743966c77ddfceffe086f265cd82edebc2 100644
--- a/third_party/webdriver/atoms.h
+++ b/third_party/webdriver/atoms.h
@@ -28,7 +28,6 @@ extern const char* const CLICK[];
extern const char* const EXECUTE_ASYNC_SCRIPT[];
extern const char* const EXECUTE_SCRIPT[];
extern const char* const EXECUTE_SQL[];
-extern const char* const FIND_ELEMENT[];
extern const char* const FIND_ELEMENTS[];
extern const char* const GET_EFFECTIVE_STYLE[];
extern const char* const GET_LOCATION[];
@@ -36,10 +35,12 @@ extern const char* const GET_SIZE[];
extern const char* const IS_DISPLAYED[];
extern const char* const IS_ENABLED[];
extern const char* const SUBMIT[];
+extern const char* const FIND_ELEMENT[];
extern const char* const GET_FIRST_CLIENT_RECT[];
extern const char* const GET_LOCATION_IN_VIEW[];
extern const char* const GET_PAGE_ZOOM[];
extern const char* const IS_ELEMENT_CLICKABLE[];
+extern const char* const IS_ELEMENT_DISPLAYED[];
extern const char* const CLEAR_LOCAL_STORAGE[];
extern const char* const CLEAR_SESSION_STORAGE[];
extern const char* const GET_APPCACHE_STATUS[];
« no previous file with comments | « third_party/webdriver/README.chromium ('k') | third_party/webdriver/atoms.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698