Hi, in the
/usr/lib/python3/dist-packages/selenium/webdriver/common/selenium_manager.py --if (env_path := os.getenv("SE_MANAGER_PATH")) is not None: logger.debug("Selenium Manager set by env SE_MANAGER_PATH to: %s", env_path) path = Path(env_path) elif compiled_path.exists(): path = compiled_path
else:
allowed = { ("darwin",
"any"): "macos/selenium-manager", ("win32",
"any"): "windows/selenium-manager.exe",
("cygwin", "any"): "windows/selenium-manager.exe",
("linux", "x86_64"): "linux/selenium-manager",
("freebsd", "x86_64"): "linux/selenium-manager",
("openbsd", "x86_64"): "linux/selenium-manager",
}
--Why are you only allowing x86_64 architecture for Linux? It's a little surprising for a Debian multi-architecture system.
Greetings Tobias
smime.p7s
Description: S/MIME Cryptographic Signature

