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?