ghostdriver icon indicating copy to clipboard operation
ghostdriver copied to clipboard

Ghost Driver is an implementation of the Remote WebDriver Wire protocol, using PhantomJS as back-end

Results 2 ghostdriver issues
Sort by recently updated
recently updated
newest added

Reference https://github.com/ariya/phantomjs/pull/15196#issuecomment-352778299 I'm trying to use Phantomjs with ghostdriver (seleniumhq - java), everything works fine but I have one scenario where we have a socket proxy (not http proxy) but...

In current implementation of ghostdriver there is no way to load cookies when starting a session. Passing --cookies-file to phantomjs doesn't work because ghostdriver's session.js creates a new cookie jar...

enhancement