mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibWeb: Stub out Release Actions
This allows WPT to open the browser, and it no longer instantly crashes
This commit is contained in:
parent
3d7e788981
commit
23b378822b
Notes:
sideshowbarker
2024-07-17 17:49:11 +09:00
Author: https://github.com/stelar7
Commit: 23b378822b
Pull-request: https://github.com/SerenityOS/serenity/pull/20694
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/trflynn89 ✅
7 changed files with 36 additions and 0 deletions
|
@ -51,6 +51,7 @@ endpoint WebDriverClient {
|
|||
add_cookie(JsonValue payload) => (Web::WebDriver::Response response)
|
||||
delete_cookie(String name) => (Web::WebDriver::Response response)
|
||||
delete_all_cookies() => (Web::WebDriver::Response response)
|
||||
release_actions() => (Web::WebDriver::Response response)
|
||||
dismiss_alert() => (Web::WebDriver::Response response)
|
||||
accept_alert() => (Web::WebDriver::Response response)
|
||||
get_alert_text() => (Web::WebDriver::Response response)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue