https://github.com/robocorp/example-lab-basics
Over the course of this simple 6-part tutorial, using the power of Robot Framework, you'll create a working software robot that opens a web browser, searches for an image of our choosing and display the image to you.
https://github.com/robocorp/example-lab-basics
Last synced: 4 months ago
JSON representation
Over the course of this simple 6-part tutorial, using the power of Robot Framework, you'll create a working software robot that opens a web browser, searches for an image of our choosing and display the image to you.
- Host: GitHub
- URL: https://github.com/robocorp/example-lab-basics
- Owner: robocorp
- License: apache-2.0
- Created: 2020-11-24T08:00:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-22T10:51:02.000Z (almost 5 years ago)
- Last Synced: 2025-01-09T09:27:01.092Z (over 1 year ago)
- Language: RobotFramework
- Homepage:
- Size: 285 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Robocorp Lab's Interactive Tutorial
Over the course of this simple 6-part tutorial, using the power of Robot Framework, you'll create a working software robot that:
* opens a web browser
* searches for an image of our choosing
* display the image to you
You'll then move your new software robot to live in the Control Room, where the image will be saved as a new file for later use.
### This tutorial will take `~25 minutes` and consists of:
1. [Understanding Cells](./01-cells.robot)
2. [Tasks](./02-tasks.robot)
3. [Keywords](./03-keywords.robot)
4. [Running Our Robot](./04-running-our-robot.robot)
5. [Moving Our Robot to Control Room](./05-moving-our-robot-to-the-cloud.robot)
6. [Finishing Thoughts](./06-finishing-thoughts.md)
As you proceed through each part you'll be introduced to the basic ideas and features related to software robot development and suggestions for further learning.
If you want to learn the essential concepts, click the link below to start from the beginning:
[01: Understanding Cells](./01-cells.robot)
Experienced developer in a hurry? Want to see what a completed Robocorp robot definition looks like? Skip to part 04:
[04: Running our Robot](./04-running-our-robot.robot)