- Terminal Session:
UiPath.Terminal.Activities.TerminalSession
A container that connects to a terminal and enables you to perform multiple actions within it.
- Get Screen Area:
UiPath.Terminal.Advanced.Activities.TerminalGetScreenArea
Extracts the text from a certain area of the terminal screen.
- Get Text at Position:
UiPath.Terminal.Advanced.Activities.TerminalGetTextAtPosition
Extracts the text starting from a specified position and containing a certain number of characters.
- Get Field at Position:
UiPath.Terminal.Advanced.Activities.TerminalGetFieldAtPosition
Gets the text from a form field specified by coordinates and stores it into a string variable.
- Set Field at Position:
UiPath.Terminal.Advanced.Activities.TerminalSetFieldAtPosition
Writes a specified string into a form field identified by given coordinates.
- Wait Text at Position:
UiPath.Terminal.Advanced.Activities.TerminalWaitTextAtPosition
Waits for a specified amount of time for a string to appear in a specified form field. The form field is designated by using screen coordinates.
- Send Keys:
UiPath.Terminal.Advanced.Activities.TerminalSendKeys
Sends the specified text to the current cursor position.
- Move Cursor:
UiPath.Terminal.Advanced.Activities.TerminalMoveCursor
Moves the cursor position to a specified location.
- Send Keys Secure:
UiPath.Terminal.Advanced.Activities.TerminalSendKeysSecure
Sends the specified secure text to the current cursor position.
- Get Text:
UiPath.Terminal.Activities.TerminalGetText
Gets the text from an entire terminal screen and stores it into a string variable.
- Send Control Key:
UiPath.Terminal.Activities.TerminalSendControlKey
Sends a control key to the terminal.
- Get Field:
UiPath.Terminal.Activities.TerminalGetField
Gets the text from a specified form field and stores it into a string variable. The form field is designated by using selectors.
- Wait Screen Text:
UiPath.Terminal.Activities.TerminalWaitScreenText
Waits for a specified amount of time for a string to appear in the terminal screen.
- Wait Field Text:
UiPath.Terminal.Activities.TerminalWaitFieldText
Waits for a specified amount of time for a string to appear in a form field.
- Set Field:
UiPath.Terminal.Activities.TerminalSetField
Writes a specified string into a specified form field. The form field is designated by using selectors.