Bug#930543: chromium-driver: Will not start browser if a newer chrome is installed

2020-12-25 Thread Michel Le Bihan
Hello, This should be fixed by https://salsa.debian.org/mimi8/chromium/-/commit/ff35f0c9397486d07c65d66073d848960f9dc6c3 that will be available in the next upload. Michel Le Bihan

Bug#930543: chromium-driver: Will not start browser if a newer chrome is installed

2020-06-08 Thread David Booss
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

Bug#930543: chromium-driver: Will not start browser if a newer chrome is installed

2019-06-14 Thread Chris Halls
Package: chromium-driver Version: 73.0.3683.75-1 Severity: important Hi My chromiumdriver stopped working recently with an odd error message: % python3 -c "from selenium import webdriver; webdriver.Chrome()" Traceback (most recent call last): File "", line 1, in File