Bug 213960

Summary: [WebDriver] Cookie sameSite property is not exported
Product: WebKit Reporter: Lauro Moura <lmoura>
Component: WebDriverAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bburg, bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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]