As the title suggests, I want to use Nightmare.js with selenium. However, their documentation only mentions the selenium-standalone-xxxx.jar
.
I know that there is an npm package called selenium-standalone
. We can't I use that with Nightmare? And if I can, how? Nightmare's configuration needs a path for Selenium jar.
You can use the selenium-server-standalone-jar packages
npm install --save-dev selenium-server-standalone-jar
more info: https://www.npmjs.com/package/selenium-server-standalone-jar