automation-seed icon indicating copy to clipboard operation
automation-seed copied to clipboard

on windows 10 cannot override the already packaged chromedriver

Open KipRM opened this issue 1 year ago • 1 comments

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

KipRM avatar Oct 30 '23 05:10 KipRM

Hi @KipRM sorry for the delay, I'll try to take a look to it this week

jesinnott avatar Dec 04 '23 13:12 jesinnott