mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +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
|
@ -49,6 +49,7 @@ public:
|
|||
// 11. Contexts, https://w3c.github.io/webdriver/#contexts
|
||||
virtual Response get_window_handle(Parameters parameters, JsonValue payload) = 0;
|
||||
virtual Response close_window(Parameters parameters, JsonValue payload) = 0;
|
||||
virtual Response switch_to_window(Parameters parameters, JsonValue payload) = 0;
|
||||
virtual Response get_window_handles(Parameters parameters, JsonValue payload) = 0;
|
||||
virtual Response get_window_rect(Parameters parameters, JsonValue payload) = 0;
|
||||
virtual Response set_window_rect(Parameters parameters, JsonValue payload) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue