WebDriver: Implement POST /session/{session id}/timeouts endpoint

This commit is contained in:
Linus Groh 2022-10-19 18:07:30 +02:00
commit 0064d2e8c8
Notes: sideshowbarker 2024-07-17 05:20:55 +09:00
6 changed files with 85 additions and 0 deletions

View file

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