mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
WebDriver: Implement POST /session/{id}/window/fullscreen
endpoint
This commit is contained in:
parent
6805cf00ad
commit
1aa16b4dd4
Notes:
sideshowbarker
2024-07-17 06:40:35 +09:00
Author: https://github.com/TobyAsE
Commit: 1aa16b4dd4
Pull-request: https://github.com/SerenityOS/serenity/pull/15995
12 changed files with 57 additions and 0 deletions
|
@ -67,6 +67,7 @@ private:
|
|||
Web::WebDriver::Response handle_set_window_rect(Vector<StringView> const&, JsonValue const& payload);
|
||||
Web::WebDriver::Response handle_maximize_window(Vector<StringView> const&, JsonValue const& payload);
|
||||
Web::WebDriver::Response handle_minimize_window(Vector<StringView> const&, JsonValue const& payload);
|
||||
Web::WebDriver::Response handle_fullscreen_window(Vector<StringView> const&, JsonValue const& payload);
|
||||
Web::WebDriver::Response handle_find_element(Vector<StringView> const&, JsonValue const& payload);
|
||||
Web::WebDriver::Response handle_find_elements(Vector<StringView> const&, JsonValue const& payload);
|
||||
Web::WebDriver::Response handle_find_element_from_element(Vector<StringView> const&, JsonValue const& payload);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue