python-chromedriver-binary
python-chromedriver-binary copied to clipboard
Detecting OS and installation path of Chrome on Windows
Detecting OS and installation path of Chrome on Windows
Is this supposed to work? I get this error when running `pip install chromedriver-binary` after it downloads chromedriver-binary-117.0.5937.0.0.tar.gz ``` File "/tmp/pip-install-cmh2puh0/chromedriver-binary_ddab4269d65e49cd8ae1b1b04be086d8/chromedriver_binary/utils.py", line 85, in get_chromedriver_url raise RuntimeError('Could not determine chromedriver...
it would be great if this package worked the same way as [nodejs-wheel](https://pypi.org/project/nodejs-wheel/), where the binary is bundled with the wheel and exposed as a script. this would mean that...