By installing the UiPath Extension for Windows Remote Desktop you are capable of natively generating selectors over RDP connections. It can be installed from Studio or the Command Prompt.
From UiPath Studio
- Access the Tools page from the Studio Backstage View. The extensions you can install become visible.
- Click the Windows Remote Desktop Extension button. A confirmation dialog box is displayed.
- Restart your active RDP connection for the changes to take effect. The UiPath Extension for Windows Remote Desktop is now installed.
From the Command Prompt
- Click the Windows Start button and type
cmd
in the search field. - Right click on Command Prompt and run it as administrator.
- Change the directory to the UiPath installation folder (
cd C:\Program Files (x86)\UiPath\Studio\UiPath
). - Use the
SetupExtensions /RdpClient
command to install the extension. A confirmation dialog box is displayed. - Restart your active RDP connection for the changes to take effect. The UiPath Extension for Windows Remote Desktop is now installed.
Updated 3 years ago