3

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.

TheCrafter
  • 1,909
  • 2
  • 23
  • 44

1 Answers1

2

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

CoolZero
  • 109
  • 7