How-to Install Selenium Python Client with Webdriver+Chromedriver on Windows 10 Easy Visual-Guide

Selenium Python Web Client QuickStart for Windows 10

This Guide Presents a Step-by-Step Installation of Selenium Python Client with Webdriver+Chromedriver for Windows 10.

To the Article Bottom you Find Link to Installing the Selenium Chromedriver 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. Installing Python SetupTools for Microsoft Windows

    How-to Install Setuptools on Windows 10
  2. Open Command Prompt Window
    • Switch to Start View

      Just Pressing “Cmd” Key

    • Search for Command Prompt

      Just Typing “command”

      Win8 Command Prompt
  3. Install Python Pip
    easy_install pip
  4. Install Python Selenium+Webdriver
    pip install selenium
  5. Test Selenium Installation
    1. Open a New Command Prompt

    2. Try to Execute:

      python

      Load Selenium Webdriver

      >>>>from selenium import webdriver

      Open Firefox Browser with Webdriver

      >>>>webdriver.Firefox()
  6. Installing Selenium Webdriver Chromedriver for Windows 10:

    How-to Install Selenium Chromedriver on Windows 10
  7. Guide to SetUp Windows 10 Path:

    How-to Setup Path and Variables on Windows 10