mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 17:57:34 +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
|
@ -12,4 +12,6 @@ endpoint WebDriverSessionClient {
|
|||
back() =|
|
||||
forward() =|
|
||||
get_all_cookies() => (Vector<Web::Cookie::Cookie> cookies)
|
||||
get_named_cookie(String name) => (Optional<Web::Cookie::Cookie> cookie)
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue