mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
WebDriver: Implement POST /session/{session id}/timeouts
endpoint
This commit is contained in:
parent
5c32eacac9
commit
0064d2e8c8
Notes:
sideshowbarker
2024-07-17 05:20:55 +09:00
Author: https://github.com/linusg
Commit: 0064d2e8c8
Pull-request: https://github.com/SerenityOS/serenity/pull/15700
Reviewed-by: https://github.com/TobyAsE ✅
6 changed files with 85 additions and 0 deletions
|
@ -40,6 +40,7 @@ public:
|
|||
ErrorOr<void> start();
|
||||
ErrorOr<void> stop();
|
||||
JsonObject get_timeouts();
|
||||
ErrorOr<JsonValue, HttpError> set_timeouts(JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> navigate_to(JsonValue const& url);
|
||||
ErrorOr<JsonValue, HttpError> get_current_url();
|
||||
ErrorOr<JsonValue, HttpError> back();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue