Skip to content
New issue

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

Disable session specific cookiejar #19

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bokutin
Copy link

@bokutin bokutin commented Jan 16, 2019

This is a continuation of #18

cookie_file saving is now working.

If you implement cookies per session according to https://github.com/detro/ghostdriver/issues/170 , it might be like the following.

# lib/WWW/Mechanize/PhantomJS.pm:222
$options{ driver } ||= Selenium::Remote::Driver->new(
    extra_capabilities => { cookieFile => $file },
    ...

# lib/WWW/Mechanize/PhantomJS/ghostdriver/session.js:116
_cookieJar = require('cookiejar').create( desiredCapabilities['cookieFile'] ),

But since Selenium::Remote::Driver launches phantomjs for each instance, it may not be necessary to use cookies per session.

Thank you for your time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant