0

new to coding. I installed the ChromeDriver binary using conda install -c conda-forge python-chromedriver-binary

It installed the latest version, only to find out ChromeDriver version 97.0.4692.36 is not compatible with my browser (Chrome 96) & need the previous version of the package. How can I modify the code above to ensure I'm downloading ChromeDriver 96.0.4664.45?

Matifou
  • 6,722
  • 3
  • 40
  • 47
GammaRay
  • 3
  • 5
  • 1
    you can request a specific version like that: `conda install -c conda-forge python-chromedriver-binary=96.0.4664.45` – cel Dec 14 '21 at 08:34

0 Answers0