We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I just ran dalek test/cookie.js and it's hanging in both Chrome and PhantomJS. Tried it on Windows 7 and MacOS. I get the following console output:
dalek test/cookie.js
Running tests <> [SYSTEM] dalek-internal-driver: Loading driver: "native" Running Browser: PhantomJS <> [WEBDRIVER] webdriver: 200 POST /wd/hub/session <> [WEBDRIVER] webdriver: {"sessionId":"873985a0-94cc-11e3-9558-533a1b49e419","status":0,"value":{"browserName":"phantomjs","version":"1.9.7","driverName":"ghostdriver","driverVersion":"1.1.0","platform":"windows-7-32bit","javascriptEnabled":true,"takesScreenshot":true,"handlesAlerts":false,"databaseEnabled":false,"locationContextEnabled":false,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"cssSelectorsEnabled":true,"webStorageEnabled":false,"rotatable":false,"acceptSslCerts":false,"nativeEvents":true,"proxy":{"proxyType":"direct"}}} <> [WEBDRIVER] webdriver: 200 POST /wd/hub/session/873985a0-94cc-11e3-9558-533a1b49e419/window/current/size <> [WEBDRIVER] webdriver: {"sessionId":"873985a0-94cc-11e3-9558-533a1b49e419","status":0,"value":{}} <> [WEBDRIVER] webdriver: 200 GET /wd/hub/status <> [WEBDRIVER] webdriver: {"sessionId":null,"status":0,"value":{"build":{"version":"1.1.0"},"os":{"name":"windows","version":"7","arch":"32bit"}}}OS: windows 7 32bit <> [WEBDRIVER] webdriver: 200 GET /wd/hub/session/873985a0-94cc-11e3-9558-533a1b49e419 <> [WEBDRIVER] webdriver: {"sessionId":"873985a0-94cc-11e3-9558-533a1b49e419","status":0,"value":{"browserName":"phantomjs","version":"1.9.7","driverName":"ghostdriver","driverVersion":"1.1.0","platform":"windows-7-32bit","javascriptEnabled":true,"takesScreenshot":true,"handlesAlerts":false,"databaseEnabled":false,"locationContextEnabled":false,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"cssSelectorsEnabled":true,"webStorageEnabled":false,"rotatable":false,"acceptSslCerts":false,"nativeEvents":true,"proxy":{"proxyType":"direct"}}} Browser Version: 1.9.7 RUNNING TEST - "Can set & read a cookie (OK, jQuery style, no message)" <> [WEBDRIVER] webdriver: 200 POST /wd/hub/session/873985a0-94cc-11e3-9558-533a1b49e419/url <> [WEBDRIVER] webdriver: {"sessionId":"873985a0-94cc-11e3-9558-533a1b49e419","status":0,"value":{}} > OPEN http://dalekjs.com/guineapig/ <> [WEBDRIVER] webdriver: 200 POST /wd/hub/session/873985a0-94cc-11e3-9558-533a1b49e419/cookie <> [WEBDRIVER] webdriver: {"sessionId":"873985a0-94cc-11e3-9558-533a1b49e419","status":0,"value":{}} > SETCOOKIE atestcookie <> [WEBDRIVER] webdriver: 200 GET /wd/hub/session/873985a0-94cc-11e3-9558-533a1b49e419/cookie <> [WEBDRIVER] webdriver: {"sessionId":"873985a0-94cc-11e3-9558-533a1b49e419","status":0,"value":[{"domain":"dalekjs.com","httponly":false,"name":"atestcookie","path":"/guineapig/","secure":false,"value":"foobar=baz"}]}
The text was updated successfully, but these errors were encountered:
That used to work. Will investigate.
Sorry, something went wrong.
Any update on this? Still hanging.
asciidisco
No branches or pull requests
I just ran
dalek test/cookie.js
and it's hanging in both Chrome and PhantomJS.Tried it on Windows 7 and MacOS.
I get the following console output:
The text was updated successfully, but these errors were encountered: