-
Notifications
You must be signed in to change notification settings - Fork 53
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
Outdated chromedriver #72
Comments
Does it works if you edit the target version in the following file? I think the chrome driver might be dependent on the installed chrome, so fixing on latest version might also break earlier chrome version. I would be happy to accept PR if it is possible to determine the current installed chrome and download the corresponding necessary chrome driver |
The code should consider installed version & pick appropriately, the geckodriver install is also affected by this. It also didn't check all locations on my $PATH as I already had geckodriver on $PATH. Will likely pick this up and make a PR. |
Sure, sounds good
…On 1 March 2023 20:47:09 jbatesy ***@***.***> wrote:
The code should consider installed version & pick appropriately, the
geckodriver install is also affected by this. It also didn't check all
locations on my $PATH as I already had geckodriver on $PATH.
Will likely pick this up and make a PR.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID:
***@***.***>
|
closes by #76 |
Hello, I am tring to download a lectures through SSO, the webdriver said "RESPONSE InitSession unknown error: cannot find Chrome binary" in webdriver_service.log, I have the error fixed and logd in by redownloading the lastest compaticable chromedriver and put it into bin/chromedriver.exe .it worked, Is it possible maybe update the download address of chrome driver?
Here is the link:https://chromedriver.chromium.org/downloads
The text was updated successfully, but these errors were encountered: