mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:27:46 +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
|
@ -41,6 +41,7 @@ public:
|
|||
ErrorOr<JsonValue, HttpError> back();
|
||||
ErrorOr<JsonValue, HttpError> forward();
|
||||
ErrorOr<JsonValue, HttpError> get_all_cookies();
|
||||
ErrorOr<JsonValue, HttpError> get_named_cookie(String const& name);
|
||||
|
||||
private:
|
||||
NonnullRefPtr<Client> m_client;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue