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

Unified Diff: chrome/test/chromedriver/element_util.h

Issue 14188022: [chromedriver] Fix bug in command for GetElementValueOfCSSProperty. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months 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
Index: chrome/test/chromedriver/element_util.h
diff --git a/chrome/test/chromedriver/element_util.h b/chrome/test/chromedriver/element_util.h
index 6fa6ef44765104a11e036333a84f7ab1d9cf57e5..261e61d71eb0c8d537a1e2a874ea66bd4b2083f9 100644
--- a/chrome/test/chromedriver/element_util.h
+++ b/chrome/test/chromedriver/element_util.h
@@ -53,6 +53,13 @@ Status GetElementClickableLocation(
const std::string& element_id,
WebPoint* location);
+Status GetElementEffectiveStyle(
+ const std::string& frame,
+ WebView* web_view,
+ const std::string& element_id,
+ const std::string& property,
+ std::string* value);
+
Status GetElementRegion(
Session* session,
WebView* web_view,

Powered by Google App Engine
This is Rietveld 408576698