mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:47:35 +00:00
WebDriver: Implement POST /session/{session id}/timeouts
endpoint
This commit is contained in:
parent
5c32eacac9
commit
0064d2e8c8
6 changed files with 85 additions and 0 deletions
|
@ -51,6 +51,7 @@ private:
|
|||
ErrorOr<JsonValue, HttpError> handle_delete_session(Vector<StringView> const&, JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> handle_get_status(Vector<StringView> const&, JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> handle_get_timeouts(Vector<StringView> const&, JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> handle_set_timeouts(Vector<StringView> const&, JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> handle_navigate_to(Vector<StringView> const&, JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> handle_get_current_url(Vector<StringView> const&, JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> handle_back(Vector<StringView> const&, JsonValue const& payload);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue