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

Chromedriver sucht nach version 91, was in Debian buster nicht verfügbar ist #86

Open
piechade opened this issue Jun 2, 2021 · 6 comments

Comments

@piechade
Copy link

piechade commented Jun 2, 2021

In der Docker Datei wird chromium=90.0.4430.212-1~deb10u1 installiert, was völlig richtig ist. Dabei handelt es um die letzte Version im repo.
Aber wenn Sie den Container ausführen, sucht der Treiber-Downloader nach dem Chrome 91 Treiber.

Ich habe es so repariert:
WebDriverManager.chromedriver().driverVersion("90.0.4430.212").setup();

@piechade piechade changed the title Chromedriver such nach version 91 was in Debian buster nicht verfügbar ist Chromedriver sucht nach version 91, was in Debian buster nicht verfügbar ist Jun 2, 2021
@sdnr
Copy link

sdnr commented Jun 2, 2021

should be WebDriverManager.chromedriver().driverVersion("90.0.4430.24").setup(); i guess

@piechade
Copy link
Author

piechade commented Jun 2, 2021

should be WebDriverManager.chromedriver().driverVersion("90.0.4430.24").setup(); i guess

You're absolutely right

@Timwun
Copy link
Contributor

Timwun commented Jun 2, 2021

Tbh this WebDriverManager isn't a really good solution. It doesn't support ARM (e.g. for Raspberry Pi's) drivers or it's choosing the right version.

:(

@c0rrre
Copy link

c0rrre commented Jun 7, 2021

is the docker image working for u guys? My docker is always complaining that it cant find the chromdriver

@tomacco81
Copy link

With the following adjustments it works for me:
#86 (comment) (DriverFactory.kt)
#36 (comment) (Dockerfile)

@SchuhMichael
Copy link

Works for me, too.
I have built the image locally, after I've modified DriverFactory.kt following the advise given in #86 (comment)
Dockerfile unchanged.

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

No branches or pull requests

6 participants