| Index: chrome/test/webdriver/session.h
|
| diff --git a/chrome/test/webdriver/session.h b/chrome/test/webdriver/session.h
|
| index a8b8764a285b4a4de7b61b260250b9b9490a158f..27fa344d2a3c64a2c823f67690a13e3aea191754 100644
|
| --- a/chrome/test/webdriver/session.h
|
| +++ b/chrome/test/webdriver/session.h
|
| @@ -98,6 +98,10 @@ class Session {
|
| // ownership of |element|.
|
| Error* SendKeys(const WebElementId& element, const string16& keys);
|
|
|
| + // Sets the file paths to the file upload control under the given location.
|
| + Error* SetFilePathsToFileUploadControl(
|
| + const gfx::Point& location, const std::vector<std::string>& paths);
|
| +
|
| // Clicks the mouse at the given location using the given button.
|
| Error* MouseMoveAndClick(const gfx::Point& location,
|
| automation::MouseButton button);
|
|
|