Hello,
So now if I simply type "chromedriver" in the terminal, it executes.
However, selenium-side-runner is not happy. It throws the message reported in the original post. I.e.:
The ChromeDriver could not be found on the current PATH. Please download the latest version of the ChromeDriver from ...
If I do what it says, i.e. add the dir to the PATH, then it works:
set path=%path%;c:\Users\Cristi\AppData\Roaming\npm\node_modules\chromedriver\lib\chromedriver\
So now my question: I think that if I have installed chromedriver via npm, it shouldn't be necessary to also include it in PATH. The instructions don't mention anything about this. I think that chromedriver should be in PATH only if it's not installed via npm. Am I correct? And in this case, what am I doing wrong? I.e. I have chromedriver downloaded via npm, but selenium-side-runner still complains about the fact that it cannot find it in PATH.
I'd like to mention that I recall that when I initially tried selenium-side-runner, some while ago, it had worked seamlessy, without requiring me to mess w/ PATH.
Thank you in advance,
Cristian.