How can I use npm package selenium-standalone with Nightmare.js instead of downloading the selenium jar?
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.