I have this problem on my workstation as well. Here's the error message this time around:

selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 81

I fixed it by adding an alternative with a higher priority for chromium:

# update-alternatives --install /etc/alternatives/google-chrome google-chrome /usr/bin/chromium 500

Reply via email to