Chromium Code Reviews| Index: chrome/test/webdriver/automation.h |
| diff --git a/chrome/test/webdriver/automation.h b/chrome/test/webdriver/automation.h |
| index 794ee0cd4a7afdc3c9d97040f533a3d05db7d52b..4b5d93844c07409a39dc6077f3136ac62d1b617e 100644 |
| --- a/chrome/test/webdriver/automation.h |
| +++ b/chrome/test/webdriver/automation.h |
| @@ -75,6 +75,11 @@ class Automation { |
| int modifiers, |
| Error** error); |
| + // Drag and drop the file paths to the given location. |
| + void DragAndDropFilePaths(int tab_id, const gfx::Point& location, |
| + const std::vector<std::string>& paths, |
|
kkania
2011/06/15 02:33:12
one arg per line please
nodchip
2011/06/15 07:58:27
Done.
|
| + Error** error); |
| + |
| // Captures a snapshot of the tab to the specified path. The PNG will |
| // contain the entire page, including what is not in the current view |
| // on the screen. |