Windows 8 Installing Selenium ChromeDriver Guide
Hi! The Guide Presents a Step-by-Step Installation of Selenium ChromeDriver on Windows 8.
And to the article Bottom you Find Link to Posts on Installing the Selenium Python Webdriver and Setting the PythonPath.
The Content give Focus Only to the Essentials Instructions and Commands to make it Easier to Follow.
-
Download Google-Chromedriver:
-
Double-Click to Uzip
-
Relocate the ChromeDriver Into the Path
Example Put in:
C:
SetUp Windows7 Path:
How to Set the Path on Windows7 -
Test Selenium ChromeDriver Installation
-
Open a New Command Prompt.
-
Try to Execute:
python
Load Selenium Webdriver.
>>>>from selenium import webdriver
Open Chrome Browser with Webdriver.
>>>>webdriver.Chrome()
-
How to the Selenium Python Webdriver:
Win7 Selenium Python Webdriver Installation.