ROBIN Studio 2.0, hereinafter referred to as Studio, is a component of the platform for making software robots. The robot is created using the graphic model, the robot algorithm is created in flowchart format.

Note

flowchart is a common type of diagrams (graphical models) describing algorithms or processes in which individual steps are depicted as blocks of various shapes connected by lines indicating the direction of the sequence. Each block represents a unique action. The Robin Platform supports the ability to create an action that is not provided by the standard Studio functionality and add it to Robin Studio.

Setting up scripts in Studio is done without programming (no element or action requires writing program code to build a program robot). Interactive documentation is built into the Studio - hints about a specific action, as well as the ability to specify comments to robot steps and variables.

ROBIN Studio software is available in three editions:

The robot execution environment of ROBIN Studio software has a cross-platform property, i.e. it provides the execution of scripts whose actions may require any of the environments - .Net, Java, Python - for their execution.

To robotize workflows, Robin Studio 2.0 provides the functionality:

  1. Work in the browser: collecting information and filling a web page with content;

  2. Work in office applications: collecting, sorting, editing and entering data (work with office applications is supported since 2013 version of MS Office);

  3. Sending, receiving and selecting emails using filters;

  4. Working in desktop applications: launching an application and simulating user's actions while working with it;

  5. Working with files: creating, copying, deleting, moving;

  6. Searching visual elements by picture with the help of machine vision;

  7. Working with databases: retrieving and filling tables in a database using SQL queries;

  8. Extracting entities from text using customized templates, checking and modifying them;

  9. Conversion of data into new formats, generation of reporting documents;

  10. Quickly create robots in Recorder mode, which allows you to automatically record user actions and convert them into scripts/algorithm for the robot;

  11. Using any created robot as an "action" to apply to any other robots.