webdriver_manager does not check chromium version (on bullseye apt it's v110):
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 111
Current browser version is 110.0.5481.177 with binary path /usr/bin/chromium
so now getting the matching versions using apt directly
re: #43 I didn't manage to get docker running as user either
deprecations: https://stackoverflow.com/a/70099102/5511061
tested using simplified Dockerfile
webdriver_manager does not check chromium version (on bullseye apt it's v110):
so now getting the matching versions using apt directly