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

edgechromium is not downloading in command line #41

Closed baranyaib101 closed 3 years ago

baranyaib101 commented 3 years ago

Hello,

chrome, gecko and even (the old) edge is downloading with the command line tool "webdrivermanager chrome edge gecko"

I am using version 0.9.0 on Win 10.

When I try "webdrivermanager edgechromium" it is starting but fails with this message:

webdrivermanager edgechromium Downloading WebDriver for browser: "edgechromium" Error, unable to find appropriate download for win64. Traceback (most recent call last): File "c:\users\baran\anaconda3\envs\rpa\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "c:\users\baran\anaconda3\envs\rpa\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "C:\Users\baran\anaconda3\envs\RPA\Scripts\webdrivermanager.exe__main__.py", line 7, in File "c:\users\baran\anaconda3\envs\rpa\lib\site-packages\webdrivermanager\cli.py", line 47, in main extracted_binary, link = downloader.download_and_install(version) File "c:\users\baran\anaconda3\envs\rpa\lib\site-packages\webdrivermanager\webdrivermanager.py", line 266, in download_and_install filename_with_path = self.download(version, show_progress_bar=show_progress_bar) File "c:\users\baran\anaconda3\envs\rpa\lib\site-packages\webdrivermanager\webdrivermanager.py", line 222, in download (download_url, filename) = self.get_download_url(version) File "c:\users\baran\anaconda3\envs\rpa\lib\site-packages\webdrivermanager\webdrivermanager.py", line 695, in get_download_url raise_runtime_error('Error, unable to find appropriate download for {0}{1}.'.format(self.os_name, self.bitness)) File "c:\users\baran\anaconda3\envs\rpa\lib\site-packages\webdrivermanager\webdrivermanager.py", line 34, in raise_runtime_error raise RuntimeError(msg) RuntimeError: Error, unable to find appropriate download for win64.

Can you help?