


stable_version ()) # Print the stable version download link print ( get_driver. quit () For downloading only from get_chrome_driver import GetChromeDriver get_driver = GetChromeDriver () # Print the stable version print ( get_driver. install () # Use the installed ChromeDriver with Selenium driver = webdriver.

To upgrade: pip install get-chrome-driver -upgrade Usage Install and use ChromeDriver with Selenium import time from get_chrome_driver import GetChromeDriver from selenium import webdriver # Install the driver: # Downloads ChromeDriver for the installed Chrome version on the machine # Adds the downloaded ChromeDriver to path get_driver = GetChromeDriver () get_driver. To install: pip install get-chrome-driver This Python package runs through a Jenkins test pipeline every hour to ensure proper functionality. You can use this tool as a package import or as a command-line application. Or you can choose to download the beta version (if one is currently available), the stable version orĪnother specific version. Automatically download a ChromeDriver version for the current installedĬhrome version. If you are planning to learn and excel in DevOps, consider enrolling in Simplilearn’s DevOps certification training course.A tool to download and install ChromeDriver. The hands-on demo would have helped you to understand the way to automate your tests using the Selenium ChromeDriver. In addition to that, you would be well-versed with the way to install Selenium and Selenium ChromeDriver. Conclusionīy now you would have learned what ChromeDriver is all about, and what is the relevance of the same. In the video, you will not only learn how to install Selenium but also see the way to run the first automated test in Selenium. To learn how we can download and install Selenium on our system, you can refer to the video above.
