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

Results 5 python-chromedriver-binary issues
Sort by recently updated
recently updated
newest added

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