This section includes definitions of key concepts.
This section will be supplemented.
All projects can be accessed at the following path – C:\Users\%UserName%\Documents\Robin\Studio\Projects
All robot logs are available at the following path – C:\Users\%UserName%\AppData\Local\Robin\PlayerLogs
Studio logs are available at the path – AppData\Local\Temp\Robin Platform\2.0.0\Studio\Logs
Execution system logs are available at the path – AppData\Roaming\Robin Platform\2.0.0\Executor\Logs
Term/Abbreviation | Definition |
AWS | Automated workstation |
Block diagram | An organized algorithm or process expressed in the form of blocks connected by lines. Each block diagram has a beginning and an end |
Robin-robot | Fully assembled and functioning robot. The finished robot file has the extension .robin-robot. Files with this extension are executable. The finished robot is launched using Robin Player. |
Context | A unique session identifier denoting a single instance of the launched application |
LMB | Left mouse button |
B2B service | Cloud B2B service, providing an online platform for interaction between Companies - contractors for development, testing and operation of software robots |
Variable | An attribute that can change its value during the robot's execution of the scheme. The initial value of the variable can be either empty or have some value (usually numeric) |
PC | Personal computer |
RMB | Right mouse button |
Robin Platform | A set of software tools designed to automate routine operations performed by employees of various organizations and including Robin Studio, Robin Orchestrator, Robin Player, Robin Management Console. |
Software | Software |
Robot-source | Robot scheme assembled by the User in the workspace. It has the extension .robin-source. The files of this format can be opened in ROBIN Studio for viewing and/or further editing |
Work space | The area in ROBIN Studio where actions are transferred to build the robot's scheme. |
Resource | Information that is used by the robot scenario during execution. |
Parent folder | A folder that contains other folders inside it |
File | An external resource required in progress of some actions that can be stored inside the Software Robot |
Frame | A structure containing a description of an object in the form of attributes and their values |
Debug |
|
RDP | Remote Desktop Protocol - a protocol for providing remote work with the server |
RMC | Robin Management Console is a software application designed to control the execution of robot scenarios |
Web Sockets | A protocol that allows the creation of an interactive connection between a server and a client to exchange messages online. The connection is created on the network between the server and the client (browser) |
Web Recorder | A tool for recording user actions in the browser |
Web Spy | A tool that writes the XPath of a page component to a variable |
Web element | A resource that stores information about a unique element on a web page (text box/button/block of text) |
Win Recorder | A tool that records user actions when working with desktop applications. It automatically creates necessary win elements in resources and adds corresponding actions to the flow |
Win Spy | A tool that allows you to define unique properties of an element of a desktop application |
Win element | A resource designed to record a unique identifier that defines a specific element in a Windows window (button, field, etc.) |
XPath | The path to an element, defined by the ordering of elements within each other. A query language designed to organize access to parts of an XML document in XSLT transformation files |