RESOLVED MOVED 222583
ITP not working with safaridriver
https://bugs.webkit.org/show_bug.cgi?id=222583
Summary ITP not working with safaridriver
Hiroshi Maeda
Reported 2021-03-01 19:06:25 PST
Hi, I'm using Selenium and Safari for automated testing and came across an unexpected behavior with third party cookies. I think third party cookies are restricted by ITP on Safari 14 by default. But when I launch it from Selenium using safaridriver, it does send third party cookies. Here is a repository containing the steps to reproduce the issue: https://github.com/hir0shim/third-party-cookie-investigation With the manual tests, ITP is working as expected, which is good. However with automatic tests, ITP is not working and third party cookies are sent. Versions - Safari: Version 14.0.3 (16610.4.3.1.4) - Selenium library: org.seleniumhq.selenium:selenium-java:3.141.59 Thanks
Attachments
Radar WebKit Bug Importer
Comment 1 2021-03-04 16:25:48 PST
Arthur Edelstein
Comment 2 2021-10-13 14:17:50 PDT
I am running a project that runs automated tests on web browsers to uncover their privacy properties. I seem to have run into the same issue where a remote Selenium test is not showing cookie blocking (or isolation), which suggests that ITP may be disabled. It seems important for that Safari driven by Selenium should behave as close as possible to Safari in the wild, especially for web developers using Selenium to test their websites' functionality.
Brent Fulgham
Comment 3 2022-02-10 21:43:44 PST
The fix for this issue was needed outside the WebKit project, therefore this is being resolved as 'Moved'. This should now be fixed in macOS 12.3 Beta.
Note You need to log in before you can comment on or make changes to this bug.