[Webkit-unassigned] [Bug 165951] New: SafariDriver fails to addCookie

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 16 06:41:40 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=165951

            Bug ID: 165951
           Summary: SafariDriver fails to addCookie
    Classification: Unclassified
           Product: WebKit
           Version: Safari 10
          Hardware: Macintosh
                OS: macOS 10.12
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: slawekradz at gmail.com

All getDriver().manage() Cookie-related methods don't seem to work with up-to-date Safari on Mac OS Sierra

Setup + Exception

org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 10 milliseconds
Build info: version: '3.0.1', revision: '1969d75', time: '2016-10-18 09:49:13 -0700'
System info: host: 'MP18570.local', ip: '10.244.250.124', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.12.1', java.version: '1.8.0_112'
Driver info: org.openqa.selenium.safari.SafariDriver
Capabilities [{applicationCacheEnabled=true, rotatable=false, databaseEnabled=true, handlesAlerts=true, version=12602.2.14.0.5, cleanSession=true, platform=MAC, nativeEvents=true, locationContextEnabled=false, webStorageEnabled=true, browserName=safari, javascriptEnabled=true, cssSelectorsEnabled=true}]

Steps to reproduce:
1. Open some random site
2. Add cookie using getDriver().manage().addCookie(new Cookie.Builder("RANDOM", "set by selenium").build());

Test fails with Exception presented above

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161216/443b9c03/attachment-0001.html>


More information about the webkit-unassigned mailing list