История страницы
ROBIN Studio 2.0, hereinafter referred to as Studio, is a component of the platform for making creating software robots. The robot is created using the graphic modelgraphical constructor, the robot algorithm is created in flowchart block diagram format.
Note
A 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.
...
Script customization in Studio is performed in one of two modes:
- No-Code. In this mode, no element or action requires writing program code to
...
- customize the software robot
- Safe Low-code. In this mode, the user has the opportunity to expand the capabilities of the platform by writing program code, with the observance of information security measures
Robin Studio provides functionality to robotize processes:
- Working
...
ROBIN Studio software is available in three editions:
"ROBIN Studio. Standalone Edition" - designed to run on a workstation not connected to the corporate network,
"ROBIN Studio. Enterprise Edition" is designed to run on a workstation connected to the corporate network,
"ROBIN Studio. Cloud Edition" is designed to run on a workstation located in the cloud.
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:
...
- in the browser: collecting information and filling a web page with content
...
...
- Working in office applications: collecting, sorting, editing and entering data (work with office applications is supported since 2013 version of MS Office)
...
- Sending, receiving and selecting emails using filters
...
- Working in desktop applications: launching an application and simulating user's actions while working with it
...
- Working with files: creating, copying, deleting, moving
...
- Searching visual elements
...
- on the screen and in documents using machine vision
...
- Working with databases: retrieving and filling tables in a database using SQL queries
...
- Extracting entities from text using customized templates, checking and modifying them
...
- Conversion of data into new formats, generation of reporting documents
...
- Rapid robot creation in Recorder mode, which allows you to automatically record user actions and convert them into scripts/algorithm for the
...
- robot
...