Replies: 1 comment 3 replies
-
When npm installs a global package, it creates that |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Having some odd behaviour with using this on Windows machines. It works perfectly on Mac.
Running 'npm i -g chromedriver' succeeds, and then 'chromedriver' in cmd works as expected.
However when Selenium-JVM tried to start up this chromedriver it throws
Upon a closer look the first path location that gets returned seems to be a shell script?
If I delete the script via
del %APPDATA%\npm\chromedriver
, then Selenium is able to start the driver properly.Only other related item I could find was #90
Beta Was this translation helpful? Give feedback.
All reactions