mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:47:37 +00:00
WebDriver: Implement GET /session/{id}/cookie
endpoint
This commit is contained in:
parent
2c808958b9
commit
001699f2d6
8 changed files with 82 additions and 3 deletions
|
@ -56,6 +56,7 @@ private:
|
|||
ErrorOr<JsonValue, HttpError> handle_refresh(Vector<StringView>, JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> handle_back(Vector<StringView>, JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> handle_forward(Vector<StringView>, JsonValue const& payload);
|
||||
ErrorOr<JsonValue, HttpError> handle_get_all_cookies(Vector<StringView>, JsonValue const& payload);
|
||||
|
||||
ErrorOr<Session*, HttpError> find_session_with_id(StringView session_id);
|
||||
JsonValue make_json_value(JsonValue const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue