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

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

Issue 2743013002: Add webdriver endpoint to send custom debugger commands (Closed)
Patch Set: Adding e2e test Created 3 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/window_commands.h
diff --git a/chrome/test/chromedriver/window_commands.h b/chrome/test/chromedriver/window_commands.h
index 0f33d22f750e581e7170c433a07a826528fd9461..8a90b4c017b39acf28bf5934b7156ff19c332b10 100644
--- a/chrome/test/chromedriver/window_commands.h
+++ b/chrome/test/chromedriver/window_commands.h
@@ -194,6 +194,18 @@ Status ExecuteTouchPinch(Session* session,
std::unique_ptr<base::Value>* value,
Timeout* timeout);
+Status ExecuteSendCommand(Session* session,
+ WebView* web_view,
+ const base::DictionaryValue& params,
+ std::unique_ptr<base::Value>* value,
+ Timeout* timeout);
+
+Status ExecuteSendCommandAndGetResult(Session* session,
+ WebView* web_view,
+ const base::DictionaryValue& params,
+ std::unique_ptr<base::Value>* value,
+ Timeout* timeout);
+
Status ExecuteGetActiveElement(Session* session,
WebView* web_view,
const base::DictionaryValue& params,

Powered by Google App Engine
This is Rietveld 408576698