Bug 213960

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

Lauro Moura
Reported 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]
Attachments
Lauro Moura
Comment 1 2024-09-04 22:04:06 PDT
Tests passing, as the original gardening is being ignored due to the imported test renamed to snake_case. *** This bug has been marked as a duplicate of bug 217222 ***
Note You need to log in before you can comment on or make changes to this bug.