1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:57:45 +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:
stelar7 2023-06-17 17:36:00 +02:00 committed by Andrew Kaster
parent 3d7e788981
commit 23b378822b
7 changed files with 36 additions and 0 deletions

View file

@ -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)