summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/automation_json_requests.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/automation/automation_json_requests.h')
-rw-r--r--chrome/test/automation/automation_json_requests.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/test/automation/automation_json_requests.h b/chrome/test/automation/automation_json_requests.h
index c8019e8..a08442e 100644
--- a/chrome/test/automation/automation_json_requests.h
+++ b/chrome/test/automation/automation_json_requests.h
@@ -243,4 +243,10 @@ bool SendNativeKeyEventJSONRequest(
bool SendWaitForAllTabsToStopLoadingJSONRequest(
AutomationMessageSender* sender) WARN_UNUSED_RESULT;
+// Requests the version of ChromeDriver automation supported by the automation
+// server. Returns true on success.
+bool SendGetChromeDriverAutomationVersion(
+ AutomationMessageSender* sender,
+ int* version) WARN_UNUSED_RESULT;
+
#endif // CHROME_TEST_AUTOMATION_AUTOMATION_JSON_REQUESTS_H_