mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17:35 +00:00
WebDriver: Implement GET /session/{id}/cookie/{name}
endpoint
This commit is contained in:
parent
b6f101f1c0
commit
a34f8c444b
7 changed files with 56 additions and 0 deletions
|
@ -57,6 +57,7 @@ private:
|
|||
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<JsonValue, HttpError> handle_get_named_cookie(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