Daniel Däschle

Results 93 comments of Daniel Däschle

the second one can be used, or? We can ask for ownership.

Just upload the newest version there.

Ich habe das gleiche Problem in meinem Docker container

``` Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 91 Current browser version is 90.0.4430.212 with binary path /usr/bin/chromium ```

Das hat es behoben für mich ``` diff --git a/Dockerfile b/Dockerfile index 0668993..339db84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,10 +2,13 @@ FROM debian:buster # install apt dependencies RUN apt-get...

i can confirm, fragmentmanager and childfragmentmanager not working.

Same problem. Does installing CUDA toolkit helps?

any hint to solve this?