summaryrefslogtreecommitdiffstats
path: root/chrome/test/webdriver/webdriver_automation.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/webdriver/webdriver_automation.h')
-rw-r--r--chrome/test/webdriver/webdriver_automation.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/webdriver/webdriver_automation.h b/chrome/test/webdriver/webdriver_automation.h
index 13d4775..9a4afb8 100644
--- a/chrome/test/webdriver/webdriver_automation.h
+++ b/chrome/test/webdriver/webdriver_automation.h
@@ -182,6 +182,9 @@ class Automation {
const Rect& bounds,
Error** error);
+ // Maximizes the given view.
+ void MaximizeView(const WebViewId& view_id, Error** error);
+
// Gets the active JavaScript modal dialog's message.
void GetAppModalDialogMessage(std::string* message, Error** error);
@@ -262,6 +265,7 @@ class Automation {
Error* CheckAdvancedInteractionsSupported();
Error* CheckNewExtensionInterfaceSupported();
Error* CheckGeolocationSupported();
+ Error* CheckMaximizeSupported();
Error* IsNewMouseApiSupported(bool* supports_new_api);
const Logger& logger_;