python-chromedriver-autoinstaller icon indicating copy to clipboard operation
python-chromedriver-autoinstaller copied to clipboard

The chromedriver auto installer for distribution.

Results 16 python-chromedriver-autoinstaller issues
Sort by recently updated
recently updated
newest added

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: ![image](https://github.com/yeongbin-jo/python-chromedriver-autoinstaller/assets/43456955/0ced0af2-3aa1-41b5-b0e1-b9b415a92f30) Output: ![image](https://github.com/yeongbin-jo/python-chromedriver-autoinstaller/assets/43456955/79244f6e-594d-4054-8b2c-275f7c09102c)

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...

enhancement

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...