

ConnectionString: contains the connection parameters automatically generated from the connection dialog.By default, after activity execution, the terminal connection is closed. It acts as a container for all other terminal activities. It is the main terminal activity and represents a connection to a terminal server. WaitType: allows specifying if the terminal should be in a ready state when executing the activity recommended value is “READY”.TimeoutMS: specifies the time to wait for the activity to execute value is in milliseconds.DelayMS: represents the time to wait after the activity executed value is in milliseconds.
#TINYTERM CAPTURE FILE FULL#
Refresh: used to perform a full refresh of the terminal screen (used only for testing/validation).Actions commands: each of these are commands generates a specific terminal activity they are described in a Terminal activities section.Stop/Start (recording): temporarily stops recording, in case some actions do not need to be recorded.Save & Exit: stops the terminal connection and saves the recorded actions.This pane containsthe list of recorded actions (auto generated activities). It includesthe coordinates (row/column), LabeledBy/FollowedBy/Index properties, the text value and a flag indicating if the field is editable or not.

The properties of the selected field are displayed the Field Properties pane. Index property is used when there are multiple fields with the same LabeledBy/FollowedBy property, like in a table. In the above picture, the selected field is “PUB1” and it is labeled by “System name:”. This is useful in case a screen changes a bit and the coordinates are not valid anymore, however, the text before/after a field is usually the same. The more reliable way is using LabeledBy/FollowedBy/Index properties. There are two methods by which UiPath identifies a field on the screen: by coordinates or by visual elements.įield identification by coordinates is straightforward, as it uses the row/column coordinates to located the field. The terminal screen is organized in fields, highlighted in orange color. Recording wizardĪfter specifying connection parameters the UiPath Terminal Wizard is automatically started. This method is available only when using IBM EHLL standard and it is described in EHLL section.
