Jun-13-2019, 04:51 PM
I am not looking for selenium version. I am looking to find out what version of chromedriver i am using. For example: when you download chromedriver from a selected version, its actual name is just
The methods i keep coming up with are just selenium versions such as
chromedriver
. If you forgot which version that is, is there a way to determine that programmatically in selenium when it loads that chromedriver? The methods i keep coming up with are just selenium versions such as
>>> selenium.__version__ '3.4.3'