Wiki

Clone wiki

RobotTestTask / Get up and running

Agent Capability

To get up and running, first you need to set up the agent you're running on to support the robot task;

  • From the agent screen, select 'add capability'

Screen Shot 2017-01-09 at 20.12.35.png

  • Then, select custom and enter robot.executable, and then that path to your robot file on the agent.

Screen Shot 2017-01-09 at 20.13.55.png

On Windows: C:\Python27\Scripts\robot.bat (will depend on your python version)

On Unix: /usr/local/bin/robot (from the console, use "which robot" to find out)

Updated