| Index: chrome/test/webdriver/automation.h
|
| diff --git a/chrome/test/webdriver/automation.h b/chrome/test/webdriver/automation.h
|
| index 0bbdb27299843a32deb44ee4fcdbb0399b82bbf9..6e3feb77c8596578fc8e5883c930ac3ac19a3201 100644
|
| --- a/chrome/test/webdriver/automation.h
|
| +++ b/chrome/test/webdriver/automation.h
|
| @@ -70,6 +70,9 @@ class Automation {
|
| // been processed by the web page.
|
| void SendWebKeyEvent(int tab_id, const WebKeyEvent& key_event, bool* success);
|
|
|
| + // Captures the entire tab as a PNG and saves it to a file specified in path.
|
| + void CaptureEntirePageAsPNG(int tab_id, const FilePath& path, bool* success);
|
| +
|
| void NavigateToURL(int tab_id, const std::string& url, bool* success);
|
| void GoForward(int tab_id, bool* success);
|
| void GoBack(int tab_id, bool* success);
|
|
|