Python Forum
How to identify chromedriver version?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to identify chromedriver version?
#1
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 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'
Recommended Tutorials:
Reply
#2
Not sure on Linux as driver it only executed trough selenium,if you have Windows can run the driver(also Linux version) from command line then it show version.
C:\Users\Tom\Downloads\chromedriver_linux64
λ chromedriver
Starting ChromeDriver 2.43.600210 (68dcf5eebde37173d4027fa8635e332711d2874a) on port 9515
Only local connections are allowed.
Reply
#3
Ok i didnt know you could directly execute the driver to get the version. Nice to know, thanks.

$ /home/metulburr/chromedriver
Starting ChromeDriver 2.33.506092 (733a02544d189eeb751fe0d7ddca79a0ee28cce4) on port 9515
Only local connections are allowed.
^C
Recommended Tutorials:
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Selenium undetected Chromedriver Bot Laurin0000 1 3,963 Apr-13-2023, 09:20 PM
Last Post: Clixmaster
  enable flash using selenium chromedriver Fre3k 1 4,248 Nov-27-2020, 12:15 PM
Last Post: JellyCreeper6
  WebDriverException: 'chromedriver' executable needs to be in PATH pyzyx3qwerty 9 12,634 Jun-09-2020, 05:43 PM
Last Post: Yoriz
  Selenium Chromedriver Automation Help lessthanthree 1 2,115 May-05-2020, 11:03 PM
Last Post: Larz60+
  Chromedriver launch new tab gahhon 15 9,712 Feb-17-2019, 06:22 PM
Last Post: metulburr
  chromedriver.exe issue gahhon 2 2,765 Feb-12-2019, 12:09 PM
Last Post: metulburr
  Selenium chromedriver and click action Gilles95 4 13,193 Feb-07-2018, 07:28 PM
Last Post: Gilles95

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020