Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on windows 10 cannot override the already packaged chromedriver #20

Open
KipRM opened this issue Oct 30, 2023 · 1 comment
Open

on windows 10 cannot override the already packaged chromedriver #20

KipRM opened this issue Oct 30, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@KipRM
Copy link

KipRM commented Oct 30, 2023

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 KipRM added the documentation Improvements or additions to documentation label Oct 30, 2023
@jesinnott
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants