-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed
Labels
C-rustRust code is mostly Selenium ManagerRust code is mostly Selenium ManagerD-safariI-defectSomething is not working as intendedSomething is not working as intendedOS-linux
Description
Description
Was trying to see what would happen, instead of a simple "why are you doing this" spent two hours restoring my system.
Reproduction
- Install a Fedora 42 Server on a VM (DO NOT DO THIS ON YOUR OWN MACHINE)
mkdir venv && python3 -m venv venv
venv/bin/pip install selenium
sudo venv/lib/python3.13/site-packages/selenium/webdriver/common/linux/selenium-manager --browser safari
- Try running
ls
Logs
After running the reproduction you will see the following message:
-bash: ls: command not found
Metadata
Metadata
Assignees
Labels
C-rustRust code is mostly Selenium ManagerRust code is mostly Selenium ManagerD-safariI-defectSomething is not working as intendedSomething is not working as intendedOS-linux