In this tutorial, we will learn how to Download Chrome Driver for Selenium. Usually, these two i.e. chromedriver and selenium, are used at the same time for automation like automatic Facebook login. Now, let’s see how to Download Chrome Driver for Selenium.
Selenium
“Selenium automates browsers. That’s it! What you do with that power is entirely up to you. Primarily it is for automating web applications for testing purposes but is certainly not limited to just that” — from the official website.
To download selenium, click here.
ChromeDriver
WebDriver is an open-source tool for automated testing of web apps across many browsers. It provides capabilities for navigating to web pages, user input, JavaScript execution, and more. ChromeDriver is a standalone server that implements the W3C WebDriver standard. ChromeDriver is available for Chrome on Android and Chrome on Desktop (Mac, Linux, Windows, and ChromeOS)– from the official website.
To download chromedriver, click here.
ChromeDriver or any other browser’s driver like firefox also needs to be downloaded by us because when we want to automate something with selenium, these drivers are necessary, without them, we can not open any browser, and if we can not open a browser then we can not automate anything.
Before you download the chromedriver, keep in mind that the version of the chromedriver you are downloading should match with the version of the Chrome Browser which is installed in your system.
Recommended to you that should have the latest updated version of Chrome Browser and you should download chromedriver latest version in that case.
To check the version of your Chrome Browser, follow the given steps–
1. Open your Chrome Browser
2. Click on three dots available at the top-right position of the Browser.
3. Then click on “Help” and then finally click on “About Google Chrome”.
4. Then you will see the installed version of Chrome installed on your system.
5. Here, our version is “86.0.4240.198“, so we will download this version from that website.
You should check your Chrome Browser’s version and download it as shown here.
Thanks for reading this article(Download Chrome Driver for Selenium).
Comment your queries and tell us if you found anything wrong in the article.
Also Read:
Create Language Translator Using Python
Covid-19 Tracker Application Using Python
YouTube Video Downloader Application Using Python
GUI Application To See wifi password in Python
Get WiFi Passwords With Python