Skip to content

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