You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.
According to documentation:
You only need to replace this:
var SeleniumServer = require('selenium-webdriver/remote').SeleniumServer;
var server = new SeleniumServer('bin/selenium-server-standalone.jar', { port: 4444 });
server.start();
With this:
var phantom = require('phantomjs-server');
phantom.start();
It's not possible to change phantomjs server port from config because it's hardcoded in index.js
The text was updated successfully, but these errors were encountered:
According to documentation:
You only need to replace this:
var SeleniumServer = require('selenium-webdriver/remote').SeleniumServer;
var server = new SeleniumServer('bin/selenium-server-standalone.jar', { port: 4444 });
server.start();
With this:
var phantom = require('phantomjs-server');
phantom.start();
It's not possible to change phantomjs server port from config because it's hardcoded in index.js
The text was updated successfully, but these errors were encountered: