An open API service indexing awesome lists of open source software.

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.

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)