Activities
This section includes the activities found in the UiPath.Terminal.Activities package.
| Activity | Description |
|---|---|
| Find Text | Finds the first occurrence of the text provided as input and returns the screen coordinates. |
| Get Color at Position | Extracts the foreground color of the text at the specified position. |
| Get Cursor Position | Returns the screen coordinates of the current cursor position. |
| Get Field | Gets the text from a specified form field and stores it into a String variable. |
| Get Field at Position | Gets the text from a form field specified by coordinates and stores it into a String variable. |
| Get Screen Area | Extracts the text from a certain area of the terminal screen. |
| Get Text | Gets the text from an entire terminal screen and stores it into a String variable. |
| Get Text at Position | Extracts the text starting from a specified position and containing a certain number of characters. |
| Move Cursor | Moves the cursor position to a specified location. |
| Move Cursor to Text | Moves the cursor to the screen coordinates of first occurrence of the text provided as input. |
| Send Control Key | Sends a control key to the terminal. |
| Send Keys | Sends the specified text to the current cursor position. |
| Send Keys Secure | Sends the specified secure text to the current cursor position. |
| Set Field | Writes a specified String into a specified form field. |
| Set Field at Position | Writes a specified String into a form field identified by given coordinates. |
| Terminal Session | A container that connects to a terminal and enables you to perform multiple actions within it. |
| Wait Field Text | Waits for a specified amount of time for a String to appear in a form field. |
| Wait Screen Text | Waits for a specified amount of time for a String to appear in the terminal screen. |
| Wait Text at Position | Waits for a specified amount of time for a String to appear in a specified form field. |