I am trying to run automation testing for website, but could not setup the system. I am using Mac OS X Lion (10.7.2) and I want want to write some automated test with robot framework over the SeleniumLibrary which is provided. python 2.7 is installed and I use Firefox 9.
I want to run this repo on my local machine. https://github.com/rtomac/robotframework-selenium2library
I have tried also the wiki quickstart over the robotframework website.
their is a pybot command line command and this could not been executed on my machine.
the selenium server has start.
I hope somebody can help...
update:
- for example I cant execute the pybot --version command.
- What is pybot?