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

Unified Diff: chrome/browser/automation/testing_automation_provider.h

Issue 7055004: File upload API in chromedriver (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixing broken build on Windows Created 9 years, 6 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/browser/automation/testing_automation_provider.h
diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
index ff3bb2ab7028ff26c36b40ca1ec6c1e33c736482..60f0e3cffa361e457d1967df958e89b9fd6e1216 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -1060,6 +1060,20 @@ class TestingAutomationProvider : public AutomationProvider,
void WebkitMouseDoubleClick(DictionaryValue* args,
IPC::Message* message);
+ // Drag and drop file paths at a given coordinate.
+ // Example:
+ // input: { "windex": 1,
+ // "tab_index": 1,
+ // "x": 100,
+ // "y": 100,
+ // "paths": [
+ // "/tmp/file.txt"
+ // ],
+ // }
+ // output: none
+ void DragAndDropFilePaths(DictionaryValue* args,
+ IPC::Message* message);
+
// Sends the WebKit key event with the specified properties.
// Example:
// input: { "windex": 1,
« no previous file with comments | « chrome/browser/automation/automation_provider_observers.cc ('k') | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698