-
Notifications
You must be signed in to change notification settings - Fork 17
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
browser version not matching chromedriver #109
Comments
I'm seeing this too and I've been confused by similar issues in the past, which have been resolved by rebuilding the container. I found this which explains that undetected-chromedriver (oddly) downloads the driver at runtime. Apparently it's possible to pin the Chrome version in code, so I'll look at doing that dynamically based on the version downloaded at container build time. I wonder if there's a way to pre-download and/or permanently cache the driver as well. |
#110 should resolve this. |
v0.2.11 is released with that change. Give it a try and let me know if it works! |
works great now thank you so much |
because of this mismatch i couldnt get it to run. i tried using ghcr.io/smkent/safeway-coupons:latest, 0.2.9 and 0.2.8 with similar mismatching results.
i think this is because the webdriver-manager is not 4.0.1. after i made this change and rebuilt the container, i was able to make it log into the site:
im not familiar with webdriver-manager so im not sure if this is the right solution, if it is, im happy to create a PR if it helps.
The text was updated successfully, but these errors were encountered: