MarketSquare / webdrivermanager

Python module to facilitate downloading and deploying WebDriver binaries for Chrome, Firefox, Opera & Edge
https://pypi.org/project/webdrivermanager/
MIT License
100 stars 38 forks source link

Can't install edge on linux 64 #81

Closed Scobee closed 1 year ago

Scobee commented 2 years ago

Hello, I am getting an error when I am trying to install edge driver on linux It works for all other browsers

root@57d0c6315f8a:/var/www/bsm/scripts/bin/selenium# webdrivermanager edge Downloading WebDriver for browser: "edge" Error, unable to find appropriate drivername for linux. Traceback (most recent call last): File "/usr/local/bin/webdrivermanager", line 11, in sys.exit(main()) File "/usr/local/lib/python3.6/dist-packages/webdrivermanager/main.py", line 81, in main extracted_binary, link = downloader.download_and_install(version) File "/usr/local/lib/python3.6/dist-packages/webdrivermanager/base.py", line 269, in download_and_install raise_runtime_error(f"Error, unable to find appropriate drivername for {self.os_name}.") File "/usr/local/lib/python3.6/dist-packages/webdrivermanager/misc.py", line 14, in raise_runtime_error raise RuntimeError(msg) RuntimeError: Error, unable to find appropriate drivername for linux.

Is there something I am doing wrong ?