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

Results 7 python-geckodriver-autoinstaller issues
Sort by recently updated
recently updated
newest added

I believe the geckodriver auto installer is looking for a win32 ,tar,gz file to unpack and install, but the latest package is a .zip file. I get a "Failed to...

When i try to run: `geckodriver_autoinstaller.install()` I get this error message: `urllib.error.URLError: ` I'm not sure what's wrong; whether its my side or something else i need to install?

Edited line 49 to include detection of 64-bit architecture in Windows platform

Error seen: ``` geckodriver_autoinstaller.install() /usr/local/lib/python3.9/site-packages/geckodriver_autoinstaller/__init__.py:15: in install geckodriver_filepath = utils.download_geckodriver(cwd) /usr/local/lib/python3.9/site-packages/geckodriver_autoinstaller/utils.py:148: in download_geckodriver firefox_version = get_firefox_version() /usr/local/lib/python3.9/site-packages/geckodriver_autoinstaller/utils.py:91: in get_firefox_version process = subprocess.Popen(['/Applications/Firefox.app/Contents/MacOS/firefox', '--version'], stdout=subprocess.PIPE) /usr/local/Cellar/[email protected]/3.9.2_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py:951: in __init__ self._execute_child(args, executable, preexec_fn,...

fixed typo assuming "chrome" is not intentional ;)

I get that error. Could it be that Firefox must be installed on the PC where I am running the script?

The windows version of gecko driver is not tar.gz'ed. Thus the file path + the extraction must be adjusted in order to work.