python-chromedriver-autoinstaller
python-chromedriver-autoinstaller copied to clipboard
The chromedriver auto installer for distribution.
I am working with Chrome 124.0.6367.78 on Windows x64. RuntimeError: Failed to download chromedriver archive: https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.78/win32/chromedriver-win32.zip.
1. For me Chrome is installed in Program Files (x86) 2. I recently upgraded package and getting following error 3. `chromedriver_autoinstaller\utils.py", line 170, in get_chrome_version dirs = [f.name for f...
I am under corporate proxy, which acts as an intermediary for SSL requests. chromedriver autoinstaller fails because the certificate that the proxy sends is a local cert. the package does...
There is already a fork support edge but it has not been update for a long time, and it was not support the latest edge browser. https://github.com/celedev97/python-edgedriver-autoinstaller would you like...
I kept getting a weird logging output after using `chromedriver_autoinstaller.install()` in my code. Code:  Output: 
When you create an .exe file which runs `chromedriver_autoinstaller.install()`, it briefly shows a CMD window that run any `subprocess.Popen` command that is on the `utils.py` file. It doesn't show any...
When I choose cwd=True the file should be downloaded to the cwd. But instead it's being downloaded to cwd/10x/chromedriver.exe
Minor modifications proposed to accommodate Apple silicon.
It would be cool if this could be used as a utility, e.g. `python3 -mchromedriver_autoinstaller install`, so that it could do the downloading/installing during build time (e.g. in Dockerfile) instead...
I tried to run selenium webdriver from my raspberry pi and it returned error message: ``` OSError: [Errno 8] Exec format error: '/home/canor/.local/lib/python3.11/site-packages/chromedriver_autoinstaller/130/chromedriver ``` machine: raspberry pi 4b os: debian...