mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:17:35 +00:00
Browser+WebContent+WebDriver: Move Add Cookie to WebContent
The new implementation is made a bit simpler by way of TRY. It also implements setting the SameSite attribute.
This commit is contained in:
parent
fce9fcf154
commit
18abc6c85d
9 changed files with 86 additions and 137 deletions
|
@ -19,6 +19,5 @@ endpoint WebDriverSessionClient {
|
|||
back() =|
|
||||
forward() =|
|
||||
get_all_cookies() => (Vector<Web::Cookie::Cookie> cookies)
|
||||
add_cookie(Web::Cookie::ParsedCookie cookie) =|
|
||||
update_cookie(Web::Cookie::Cookie cookie) =|
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue