Skip to main content

Create Client

The Create Client component in Robbot RPA enables you to connect to a remote desktop. It creates a session that includes the connection information, allowing you to establish a remote desktop connection and share this session with other components in your workflow.

Parameters

Client : Select the type of client for the remote desktop connection. Choose the appropriate client type based on your requirements and compatibility with the remote desktop system. Type : String

Host : Enter the address of the machine you want to connect to. Specify the IP address or hostname of the target machine where the remote desktop session will be established. Type : String

User Name : Enter the username for the remote desktop connection. Provide the username associated with the remote machine's user account that you want to use for the remote desktop connection. Type : String

Password : Enter the password for the remote desktop connection. Input the password associated with the specified username to authenticate and establish the remote desktop session. Type : String

Usage

To use the Create Client component in your Robbot RPA project, follow these steps:

Start a new sequence or workflow in your Robbot RPA project.

Drag and drop the Create Client component into your sequence or workflow.

Configure the component by providing the necessary inputs:

Select the type of client for the remote desktop connection.

Enter the address of the machine you want to connect to.

Enter the username for the remote desktop connection.

Enter the password for the remote desktop connection.

Continue building your sequence or workflow by adding other components or actions as needed, utilizing the remote desktop session created by the Create Client component.

Execute your sequence or workflow. The Create Client component will establish a remote desktop connection using the specified credentials and host address. The session created can be shared with other components to perform actions or operations on the remote desktop.

By incorporating the Create Client component into your automation workflow, you can connect to remote desktops efficiently and perform various tasks or actions on the remote machine.