Skip to content

FirefoxBinary class fully removed from latest Selenium causing import dependency error #220

@jamesfpb

Description

@jamesfpb

Debian 13.3 is picking up Selenium 4.40.0 which has fully removed the deprecated FirefoxBinary class .
https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES

This is causing an import error when trying to import tbselenium:
File "/home/myuser/venv/lib/python3.13/site-packages/tbselenium/tbbinary.py", line 1, in <module> from selenium.webdriver.firefox.firefox_binary import FirefoxBinary ModuleNotFoundError: No module named 'selenium.webdriver.firefox.firefox_binary'

Debian 13.2 is updating only as far as Selenium 4.39.0 and still works.

Any chance of making tbselenium compatible with Selenium 4.40.0?
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions