Tag Archives: nodeJS

npm install webdriver is not working properly: 3 solutions

So, you thought about using locally installed Microsoft Edge (chromium) or Google Chrome as automaton for your nodeJS project? Bad luck, the webdriver versions available on npm for Windows do not match the browser’s MAJOR version… That’s a FAIL! Here is how to circumvent this problem.

Continue reading npm install webdriver is not working properly: 3 solutions