Action group: Processes
The action forms a context - an instance of a Linux terminal session. The context is necessary for connecting other actions to the terminal.
Action forms context, supports connection parameters.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Host | The name or IP address of the terminal host to connect to. | Robin.String | Yes | |
Username | The user name of the account. | Robin.String | Yes | |
Password | The password of the user account. | Robin.Password | Yes | |
Results | ||||
Context | The instance of a Linux terminal session. | Robin.SshSession |
None.
Connect to the terminal by specifying incorrect parameters.
Set the "Connect to Linux terminal" action to the workspace
Set the parameters without specifying the host address/password.
Launch the robot.
The action generates an error with the description: "Script construction error", "Password not set".
Connect to the terminal remotely.
Move the "Connect to Linux terminal" action to the workspace.
Set the parameters correctly.
Launch the robot.
The action generated a context with the specified connection data. The action did not generate an error.