Chromium Code Reviews| Index: chrome/test/webdriver/automation.h |
| diff --git a/chrome/test/webdriver/automation.h b/chrome/test/webdriver/automation.h |
| index 37d46fd645d82e0540bb3728a450ba36fcca684b..8fe372f2b2246957dfa8742211072d81c39daacb 100644 |
| --- a/chrome/test/webdriver/automation.h |
| +++ b/chrome/test/webdriver/automation.h |
| @@ -75,6 +75,11 @@ class Automation { |
| int modifiers, |
| Error** error); |
| + // Sets the file paths to the file upload control under the given location. |
| + void SetFilePathsToFileUploadControl(int tab_id, const gfx::Point& location, |
| + const std::vector<std::string>& path, |
|
kkania
2011/05/23 18:43:49
paths
nodchip
2011/05/26 01:14:53
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. |