Selenium Python Web Client Quick Start for Windows 8
This Guide Presents a Step-by-Step Installation of Selenium Python Client with Webdriver for Windows 8.
To the Article Bottom you Find Link to Installing the Selenium ChromeDriver on Windows 8.
The Content give Focus Only to the Essentials Instructions and Commands to make it Easier to Follow.
-
Installing Python SetupTools for Microsoft Windows.
How to Install Setuptools on Windows 8 -
Open Command Prompt Window
-
Switch to Start View
Just Pressing “Cmd” Key.
-
Search for Command Prompt
Just Typing “command”.
-
-
Install Python Pip
easy_install pip
-
Install Python Selenium+Webdriver
pip install selenium
-
Test Selenium Installation
-
Open a New Command Prompt.
-
Try to Execute:
python
Load Selenium Webdriver.
>>>>from selenium import webdriver
Open Firefox Browser with Webdriver.
>>>>webdriver.Firefox()
-
-
Installing Selenium Webdriver ChromeDriver in Windows 8:
How to Install Selenium ChromeDriver on Windows8
Guide to SetUp Windows 8 Path: