mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +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
7 changed files with 36 additions and 0 deletions
|
@ -92,6 +92,9 @@ public:
|
|||
virtual Response delete_cookie(Parameters parameters, JsonValue payload) = 0;
|
||||
virtual Response delete_all_cookies(Parameters parameters, JsonValue payload) = 0;
|
||||
|
||||
// 15. Actions, https://w3c.github.io/webdriver/#actions
|
||||
virtual Response release_actions(Parameters parameters, JsonValue payload) = 0;
|
||||
|
||||
// 16. User prompts, https://w3c.github.io/webdriver/#user-prompts
|
||||
virtual Response dismiss_alert(Parameters parameters, JsonValue payload) = 0;
|
||||
virtual Response accept_alert(Parameters parameters, JsonValue payload) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue