How-to Install Selenium Chromedriver on Windows 10 Easy Visual-Guide

Selenium Chromedriver QuickStart for Windows 10

The Guide Presents a Step-by-Step Installation of Selenium Chromedriver on Windows 10 32bit/64bit.

To the Article Bottom you Find Link to Posts on Installing the Selenium Python Webdriver and Setting the PythonPath on Windows 10.

The Content and Details are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make Tut Easier to Read & Digest 😉

Python Selenium
  1. Download Google-Chromedriver:

    Google Chromedriver for Windows
  2. Double-Click to Uzip
  3. Relocate the Chromedriver Into the Path

    Example Put in:

    C:[pathtopython]

    How-to Setup Path and Variables on Windows 10

    Path SetUp for Windows 10
  4. Test Selenium Chromedriver Installation
    1. Open a New Command Prompt

    2. Try to Execute:

      python

      Load Selenium Webdriver

      >>>>from selenium import webdriver

      Open Chrome Browser with Webdriver

      >>>>webdriver.Chrome()
  5. How-to Installing the Selenium Python Webdriver:

    How-to Install Selenium Python Webdriver on Windows 10