Selenium RC and Selenium Python Client for Linux Fedora 18 Lxde How to Install and Getting Started

February 4, 2013 | By Duchateaux.

The Visual-Guide shows you Step-by-Step How to Install and Getting-Started with Selenium RC Server and Selenium RC Client for Python Fedora 18 Lxde Linux Desktop.

And this Visual Guide includes the Basic Screenshots of All GUI Steps involved.

The Content give Focus Only to the Essentials Instructions and Commands to make it Easier to Follow.

CentOS Linux Ripples
  1. Download Selenium RC:

    Selenium RC Server .jar
  2. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Fedora Linux 18 Lxde Open Terminal

    In case first see: Terminal QuickStart Guide.

  3. Check if Java JDK is Installed

    java -version

    How to Install Oracle-Sun Official Java JDK on Fedora:

    Install Sun JDK for Fedora
  4. Start Selenium Server

    cd /selenium-server*.jar
    java -jar selenium-server-standalone-2.25.0.jar

    Then the Selenium Server will Listen by Default for the Selenium Client on the 4444 Port.

  5. Getting-Started with Selenium RC Python Client

    1. Installing Selenium Python Client:

      Selenium Python
    2. Start Browser by Selenium Python RC Client

      python
      >>>>from selenium import selenium
      >>>>selenium = selenium("localhost", 4444, "*firefox",
      "http://www.google.com/")
      >>>>selenium.start()


QuickChic Theme • Powered by WordPress