Bug 213960 - [WebDriver] Cookie sameSite property is not exported
Summary: [WebDriver] Cookie sameSite property is not exported
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-04 09:28 PDT by Lauro Moura
Modified: 2020-07-04 09:29 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lauro Moura 2020-07-04 09:28:37 PDT
WebAutomationSession.cpp buildObjectForCookie does not expose the sameSite property of WebCore::Cookie.

This makes 2 selenium tests to fail as the response does not include it.

webkitpy.webdriver_tests.webdriver_test_runner: [INFO]   imported/selenium/py/test/selenium/webdriver/common/cookie_tests.py::testAddCookieSameSiteStrict[WebKitGTK]
webkitpy.webdriver_tests.webdriver_test_runner: [INFO]   imported/selenium/py/test/selenium/webdriver/common/cookie_tests.py::testAddCookieSameSiteLax[WebKitGTK]