Bug 2365541

Summary: selenium-manager.py cannot find selenium-manager binary in /bin
Product: [Fedora] Fedora Reporter: Carl Byington <carl>
Component: python-seleniumAssignee: Michel Lind <michel>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 42CC: fedora, michel, mjg, mrunge, python-packagers-sig
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-10-14 15:36:37 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Carl Byington 2025-05-11 17:26:57 UTC
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

Comment 1 Michael J Gruber 2025-10-14 15:36:37 UTC
Duping by the original bug.

*** This bug has been marked as a duplicate of bug 2278096 ***