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!