mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 10:48:53 +00:00
LibWeb+WebContent+WebDriver: Add WebDriver endpoint to open new window
This commit is contained in:
parent
7061322606
commit
f287165823
Notes:
sideshowbarker
2024-07-16 22:48:07 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: f287165823
Pull-request: https://github.com/SerenityOS/serenity/pull/17855
Reviewed-by: https://github.com/linusg
Reviewed-by: https://github.com/trflynn89 ✅
7 changed files with 53 additions and 0 deletions
|
@ -16,6 +16,7 @@ endpoint WebDriverClient {
|
|||
refresh() => (Web::WebDriver::Response response)
|
||||
get_title() => (Web::WebDriver::Response response)
|
||||
close_window() => (Web::WebDriver::Response response)
|
||||
new_window(JsonValue payload) => (Web::WebDriver::Response response)
|
||||
get_window_rect() => (Web::WebDriver::Response response)
|
||||
set_window_rect(JsonValue payload) => (Web::WebDriver::Response response)
|
||||
maximize_window() => (Web::WebDriver::Response response)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue