summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/WebDriverConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/Browser/WebDriverConnection.h')
-rw-r--r--Userland/Applications/Browser/WebDriverConnection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Applications/Browser/WebDriverConnection.h b/Userland/Applications/Browser/WebDriverConnection.h
index 89cae679a2..658000761f 100644
--- a/Userland/Applications/Browser/WebDriverConnection.h
+++ b/Userland/Applications/Browser/WebDriverConnection.h
@@ -48,6 +48,7 @@ public:
virtual void set_window_size(Gfx::IntSize const&) override;
virtual void set_window_position(Gfx::IntPoint const&) override;
virtual void maximize_window() override;
+ virtual void minimize_window() override;
virtual Messages::WebDriverSessionClient::GetAllCookiesResponse get_all_cookies() override;
virtual Messages::WebDriverSessionClient::GetNamedCookieResponse get_named_cookie(String const& name) override;
virtual void add_cookie(Web::Cookie::ParsedCookie const&) override;