Bug 2365541 - selenium-manager.py cannot find selenium-manager binary in /bin
Summary: selenium-manager.py cannot find selenium-manager binary in /bin
Keywords:
Status: CLOSED DUPLICATE of bug 2278096
Alias: None
Product: Fedora
Classification: Fedora
Component: python-selenium
Version: 42
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Michel Lind
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-05-11 17:26 UTC by Carl Byington
Modified: 2025-10-14 15:36 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-10-14 15:36:37 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.