I wanted to install chromedriver that supports the current local chrome browser version in runtime.
Code should work like this:
1. First checks version of chrome browser.
2. Install the chromedriver corresponds to that chrome browser version.
I have tried:
pip install chromedriver-py
but it installs latest version of chromedriver, but I want the version that suppports local chrome browser.
please help me if anyone finds a solution.