Get Cursor Position
UiPath.Terminal.Activities.TerminalGetCursorPosition
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Row | Out | OutArgument<Int32> |
|||
| Column | Out | OutArgument<Int32> |
|||
| DelayMS | In | InArgument<Int32> |
|||
| TimeoutMS | In | InArgument<Int32> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| WaitType | property | UiPath.Terminal.Enums.WaitMode |
Get Field
UiPath.Terminal.Activities.TerminalGetField
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Text | Out | OutArgument<String> |
|||
| Index | In | InArgument<Int32> |
|||
| LabeledBy | In | InArgument<String> |
|||
| FollowedBy | In | InArgument<String> |
|||
| DelayMS | In | InArgument<Int32> |
|||
| TimeoutMS | In | InArgument<Int32> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| WaitType | property | UiPath.Terminal.Enums.WaitMode |
Get Text
UiPath.Terminal.Activities.TerminalGetText
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Text | Out | OutArgument<String> |
|||
| DelayMS | In | InArgument<Int32> |
|||
| TimeoutMS | In | InArgument<Int32> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| WaitType | property | UiPath.Terminal.Enums.WaitMode |
Send Control Key
UiPath.Terminal.Activities.TerminalSendControlKey
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DelayMS | In | InArgument<Int32> |
|||
| TimeoutMS | In | InArgument<Int32> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Key | property | UiPath.Terminal.Enums.ControlKey |
|
| WaitType | property | UiPath.Terminal.Enums.WaitMode |
Set Field
UiPath.Terminal.Activities.TerminalSetField
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Text | In | InArgument<String> |
✓ | ||
| Index | In | InArgument<Int32> |
|||
| LabeledBy | In | InArgument<String> |
|||
| FollowedBy | In | InArgument<String> |
|||
| DelayMS | In | InArgument<Int32> |
|||
| TimeoutMS | In | InArgument<Int32> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| WaitType | property | UiPath.Terminal.Enums.WaitMode |
Terminal Session
UiPath.Terminal.Activities.TerminalSession
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| TimeoutMS | In | InArgument<Int32> |
|||
| DelayMS | In | InArgument<Int32> |
|||
| ContinueOnError | In | InArgument<Boolean> |
|||
| ConnectionString | In | InArgument<String> |
|||
| OutputConnection | Out | OutArgument<UiPath.Terminal.TerminalConnection> |
|||
| ExistingConnection | In | InArgument<UiPath.Terminal.TerminalConnection> |
|||
| SSHUserName | In | InArgument<String> |
|||
| SSHPassword | In | InArgument<Security.SecureString> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| CloseConnection | property | Boolean |
Wait Field Text
UiPath.Terminal.Activities.TerminalWaitFieldText
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Text | In | InArgument<String> |
✓ | ||
| MatchCase | In | InArgument<Boolean> |
|||
| Index | In | InArgument<Int32> |
|||
| LabeledBy | In | InArgument<String> |
|||
| FollowedBy | In | InArgument<String> |
|||
| DelayMS | In | InArgument<Int32> |
|||
| TimeoutMS | In | InArgument<Int32> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| WaitType | property | UiPath.Terminal.Enums.WaitMode |
Wait Screen Text
UiPath.Terminal.Activities.TerminalWaitScreenText
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Text | In | InArgument<String> |
✓ | ||
| MatchCase | In | InArgument<Boolean> |
|||
| DelayMS | In | InArgument<Int32> |
|||
| TimeoutMS | In | InArgument<Int32> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| WaitType | property | UiPath.Terminal.Enums.WaitMode |
Get Field at Position
UiPath.Terminal.Advanced.Activities.TerminalGetFieldAtPosition
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Text | Out | OutArgument<String> |
|||
| Row | In | InArgument<Int32> |
✓ | ||
| Column | In | InArgument<Int32> |
✓ | ||
| DelayMS | In | InArgument<Int32> |
|||
| TimeoutMS | In | InArgument<Int32> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| WaitType | property | UiPath.Terminal.Enums.WaitMode |
Get Screen Area
UiPath.Terminal.Advanced.Activities.TerminalGetScreenArea
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Text | Out | OutArgument<String> |
|||
| EndRow | In | InArgument<Int32> |
✓ | ||
| EndColumn | In | InArgument<Int32> |
✓ | ||
| Row | In | InArgument<Int32> |
✓ | ||
| Column | In | InArgument<Int32> |
✓ | ||
| DelayMS | In | InArgument<Int32> |
|||
| TimeoutMS | In | InArgument<Int32> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| WaitType | property | UiPath.Terminal.Enums.WaitMode |