mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
WebContent+WebDriver: Implement POST /session/{id}/window
endpoint
This commit is contained in:
parent
b04cf15b3e
commit
88ecc4a1e5
Notes:
sideshowbarker
2024-07-17 03:44:32 +09:00
Author: https://github.com/Tyrubias 🔰
Commit: 88ecc4a1e5
Pull-request: https://github.com/SerenityOS/serenity/pull/16060
Reviewed-by: https://github.com/TobyAsE
Reviewed-by: https://github.com/linusg
Reviewed-by: https://github.com/trflynn89 ✅
7 changed files with 44 additions and 0 deletions
|
@ -52,6 +52,7 @@ private:
|
|||
virtual Messages::WebDriverClient::GetTitleResponse get_title() override;
|
||||
virtual Messages::WebDriverClient::GetWindowHandleResponse get_window_handle() override;
|
||||
virtual Messages::WebDriverClient::CloseWindowResponse close_window() override;
|
||||
virtual Messages::WebDriverClient::SwitchToWindowResponse switch_to_window(JsonValue const& payload) override;
|
||||
virtual Messages::WebDriverClient::GetWindowHandlesResponse get_window_handles() override;
|
||||
virtual Messages::WebDriverClient::GetWindowRectResponse get_window_rect() override;
|
||||
virtual Messages::WebDriverClient::SetWindowRectResponse set_window_rect(JsonValue const& payload) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue