1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:37:46 +00:00

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

This commit is contained in:
Linus Groh 2022-10-19 17:46:31 +02:00
parent 4db5f6d081
commit 5c32eacac9
7 changed files with 68 additions and 2 deletions

View file

@ -39,6 +39,7 @@ public:
ErrorOr<void> start();
ErrorOr<void> stop();
JsonObject get_timeouts();
ErrorOr<JsonValue, HttpError> navigate_to(JsonValue const& url);
ErrorOr<JsonValue, HttpError> get_current_url();
ErrorOr<JsonValue, HttpError> back();