Skip to content

robocorp/rsb-intranet-robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RobotSpareBin intranet robot - finished robot

This activity is the finish point of Robocorp's Beginners course on Robohub.

Check the robotsparebin-intranet-starter activity for the initial version of the robot.

Executing with Robocode Lab

You can choose to run the activity in Robocode Lab in two different modes, using the Run activity functionality or in Notebook mode.

Visit Robohub to learn more about running your activities in Robocode Lab.

Running with Run Activity

Click the Run activity button in the top right corner in the UI. Select the entry point from the provided list: use entrypoint.sh on macOS/Linux and entrypoint.cmd on Windows.

Running in Notebook mode

Navigate to the tasks directory and double-click the robot.robot file to open it in Notebook mode.

Click the >> icon or press Ctrl+Shift+Enter (Windows) or Shift-Command-Enter (macOS) and click Restart to run the robot.

You can also find the run command from the menu on the top of Robocode Lab screen, by selecting Run -> Restart Kernel and Run All Cells....

In Notebook mode you can also run only part of an activity step by step. Check this article on Robohub for more information.