You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: