This Short Guide Show How-to Install/SetUp the Selenium Python Client and Webdriver Plus the Chromedriver on Python for Linux Mageia 1-2 Gnome.
All Steps and Instructions are Clearly and Easily Explained and Delineated.
There are Link to Other Posts Containing the Chromedriver Set-Up on Mageia and the Getting-Started with Selenium Webdriver on Chrome Browser with Python.
- Open a Terminal Window
- Check if Python Setuptools are Installed on Mageia
which easy_install
If Not Find Install the Python Setuptools on Mageia with:
su
urpmi python-setuptools
if Urpmi Do Not Work then SetUp the Mageia Urpmi Repositories:
Mageia Repositories SetUp - Install the Python Pip
easy_install pip
- Install the Selenium Webdriver
pip install selenium
-
Install Selenium Chromedriver on Python for Mageia:
Setup Chromedriver on Python for Linux -
Quick-Start Guide Selenium Webdriver & Chromedriver on Python:
Getting-Started Selenium Webdriver & Chromedriver on Python