automation-seed
automation-seed copied to clipboard
on windows 10 cannot override the already packaged chromedriver
Describe the issue
installing these as packages works around the issue but shouldn't paths to the browser driver successfully override the current project installed version ?
Using a project .npmrc file with chromedriver_filepath=/path/to/ChromeDriver.exe
Is that expected to override the current chrome driver in node modules ? I have created a sh that appends it in path and added it to project .npmrc with no luck preventing it from picking up chromedriver version .114
per the chromedriver README.md node_modules\chromedriver\README.md executing a npm install chromedriver got me to a different issue that I worked around by doing a new yarn for the installation
Links
node_modules\chromedriver\README.md
Hi @KipRM sorry for the delay, I'll try to take a look to it this week