Selenium Python WebDriver Quick Start for Firefox & Chrome Browsers
The Step-by-Step Guide Shows You How to Getting-Started with Selenium Python Client with Webdriver & Chromedriver on Linux.
The Contents and Details are Expressly Minimal to Give Focus Only to the Essentials Instructions and Commands and Make the Tut Easier to Understand ;)

-
Install/SetUp Selenium Python Client with Webdriver on Linux:
Installing Selenium Python Client and Webdriver on Linux -
Install/SetUp Selenium Chromedriver on Linux:
Install Selenium Chromedriver on Linux -
Open a Terminal Window
(Press “Enter” to Execute Commands) -
Getting-Started with Webdriver and Chromedriver on Python Console
python
<< from selenium import webdriver
Testing Selenium Webdriver.
<< driver = webdriver.Firefox()
This Should Fire Up the Firefox Browser.
Testing Selenium Chromedriver.
<< driver = webdriver.Chrome()
This Should Fire Up the Chrome Browser.
-
Getting-Started with Selenium RC Server and Python Client on Linux:
Selenium RC Server & Python Client on Linux
Tags: Chromedriver, Getting Started, How-to, Linux, Python, Selenium, Selenium Python Client, Selenium Webdriver on Python, Webdriver