robotframework / SeleniumLibrary

Web testing library for Robot Framework
Apache License 2.0
1.38k stars 761 forks source link

Updated `Test Get Cookie Keyword Logging` with Samesite attribute #1815

Closed emanlove closed 1 year ago

emanlove commented 1 year ago

Updated expected result to include the samesite cookie attribute. For more information about this attribute see,

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite

It is unclear why the cookie response now includes this. As noted in the reference above this may be browser dependent.

Additional reference from the source above - https://web.dev/samesite-cookies-explained/