selenium-manager-4.32.0-2.fc42.x86_64 installs /bin/selenium-manager python3-selenium-4.20.0-5.fc42.noarch installs /usr/lib/python3.13/site-packages/selenium/webdriver/common/selenium_manager.py which looks for selenium-manager in /usr/lib/python3.13/site-packages/selenium/webdriver/common/linux/selenium-manager. To avoid the need to set SE_MANAGER_PATH=/bin/selenium-manager, I use the following workaround. dnf -y install chromedriver python3-selenium selenium-manager cd /usr/lib/python3.13/site-packages/selenium/webdriver/common/ mkdir linux cp -a /bin/selenium-manager linux If the python3-selenium package requires selenium-manager, then we could assume that /bin/selenium-manager exists, and could patch selenium-manager.py to just use that path. Reproducible: Always Steps to Reproduce: 1.install chromedriver python3-selenium selenium-manager 2.run any selenium test 3. Actual Results: selenium.common.exceptions.WebDriverException: Message: Unable to obtain working Selenium Manager binary
Duping by the original bug. *** This bug has been marked as a duplicate of bug 2278096 ***