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

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

Issue 2743013002: Add webdriver endpoint to send custom debugger commands (Closed)
Patch Set: Adding stub, quick code reorg Created 3 years, 7 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
« no previous file with comments | « chrome/test/chromedriver/test/run_py_tests.py ('k') | chrome/test/chromedriver/window_commands.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..f897d3f2f538286c76c8fd76eb14d7ec5fc13549 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,
« no previous file with comments | « chrome/test/chromedriver/test/run_py_tests.py ('k') | chrome/test/chromedriver/window_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698