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

December 9, 2017 | By the+gnu+linux+evangelist.

Selenium ChromeDriver Install Windows 10

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

Finally, to the article Bottom you Find Link to Posts on Installing the Selenium Python Webdriver and Setting the PythonPath on Win8.

The Content give Focus Only to the Essentials Instructions and Commands to make it Easier to Follow.

Python Selenium
  1. Download Google-Chromedriver:

    Google ChromeDriver in Windows
  • Double-Click to Uzip

  • 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
  • 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()
  • How to Installing the Selenium Python Webdriver:


  • Tags: , , , , , , , , , , , ,