-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
Support for downloading chromedriver at runtime #256
Comments
Yes, it could be done. We'd only have to add a |
I've run into a scenario where I think I'd need this functionality. Just a heads up that I'm going to try to get a PR together over the next few days and send it out for feedback 😄 |
Even better! Thanks for the heads up 😄 |
@giggio what's the plan on this? I saw the PR went stale. Seemed rather minor of a change really. Being able to call the install outside of the node require to actually wait for it to finish would be huge! |
@bhuber2010 it went stale because it was a large change and I couldn't review it. If you are able to provide a localized update I'm willing to look into it. |
Hey, thanks for this very useful repo.
In my use case, I am shipping an app that uses the chrome driver, so I need to handle cases where users have different chrome versions, and where they update chrome once in a while.
I ended up calling the install script every time my app start, to install the appropriate chrome version
Would be great if it was a built in functionality (I had to do some workarounds to make it works)
What do you think about it?
The text was updated successfully, but these errors were encountered: