Skip to content

Instantly share code, notes, and snippets.

@samkeeleyong
Last active August 29, 2015 14:26
Show Gist options
  • Save samkeeleyong/4add6d5dff6b07ec5dae to your computer and use it in GitHub Desktop.
Save samkeeleyong/4add6d5dff6b07ec5dae to your computer and use it in GitHub Desktop.

Robot Framework on Windows

If you are not on windows, you can go directly to the Installation section

Install its dependencies:

Python

Download the latest installer and run it. The latest python distribution already has pip.

Environment variables

You will need to setup python and pip to be environment variables to run python or pip on cmd.

Open the control panel and go to the advanced settings. After that, follow this screenshot.

Append the value of the System Path variable with the path to your Python directory and the scripts directory under that. On this particular installation i appended the following. Note that the semicolon is important. It is a delimiter.

;C:\Program Files\Python27;C:\Program Files\Python27\Scripts;

Installation

On your command line (cmd) run the following command:

$ pip install robotframework-selenium2library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment