Package: python3-selenium
Version: 4.11.2+dfsg-1
Severity: normal

After upgrading to version 4.11.2+dfsg-1, python3-selenium fails with:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/selenium/webdriver/common/driver_finder.py", line 38, in get_path path = SeleniumManager().driver_location(options) if path is None else path
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/selenium/webdriver/common/selenium_manager.py", line 73, in driver_location
    args = [str(self.get_binary()), "--browser", browser]
                ^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/selenium/webdriver/common/selenium_manager.py", line 57, in get_binary raise WebDriverException(f"Unable to obtain working Selenium Manager binary; {path}") selenium.common.exceptions.WebDriverException: Message: Unable to obtain working Selenium Manager binary; /usr/lib/python3/dist-packages/selenium/webdriver/common/linux/selenium-manager

Reverting to 4.10.0+dfsg-1 clears the problem.

Using: Debian Testing 64-bit
Kernel: Linux asus 6.4.0-2-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.4.4-3 (2023-08-08) x86_64 GNU/Linux
libc6: 2.37-7

Installed versions of packages python3-selenium depends on or recommends:
ii  python3                 3.11.4-5+b1
ii  python3-certifi         2022.9.24-1
ii  python3-trio            0.22.2-1
ii  python3-trio-websocket  0.10.3-1
ii  python3-urllib3         1.26.16-1
ii  chromium-driver         115.0.5790.170-1


This appears to be the same issue as reported here:
https://bugs.launchpad.net/ubuntu/+source/python-selenium/+bug/2032687

Reply via email to