studio
2023.4
false
- Release Notes
- Getting Started
- Setup and Configuration
- Automation Projects
- Dependencies
- Types of Workflows
- File Comparison
- Automation Best Practices
- Source Control Integration
- Debugging
- The Diagnostic Tool
- Variables
- Arguments
- Imported Namespaces
- Trigger-based Attended Automation
- Recording
- UI Elements
- Control Flow
- Selectors
- Object Repository
- Data Scraping
- Image and Text Automation
- Automating Citrix Technologies
- RDP Automation
- Salesforce Automation
- SAP Automation
- VMware Horizon Automation
- Logging
- The ScreenScrapeJavaSupport Tool
- The WebDriver Protocol
- Test Suite - Studio
- Extensions
- Troubleshooting
- About troubleshooting
- Microsoft App-V support and limitations
- Internet Explorer X64 troubleshooting
- Microsoft Office issues
- Identifying UI elements in PDF with Accessibility options
- Repairing Active Accessibility support
- Automating Applications Running Under a Different Windows User
- Validation of large Windows-legacy projects takes longer than expected
Extension for Citrix
Studio User Guide
Last updated Nov 4, 2024
Extension for Citrix
By installing the Extension for Citrix you are capable of automating Citrix Apps natively. It can be installed from Studio or the Command Prompt.
Note: You need to install the Citrix client (Citrix Receiver or Citrix Workspace) per machine to be able to install the UiPath
Extension for Citrix.
- Open Studio.
- Navigate to Home > Tools > UiPath Extensions.
- Select Citrix > Install. A confirmation dialog box is displayed.
- Restart all your Citrix applications for the changes to take effect.
The UiPath Extension for Citrix is now installed to the Citrix install directory.
- 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\UiPath\Studio\UiPath
for per-machine installations,cd %localappdata%\Programs\UiPath\Studio\UiPath
for per-user installations). - Use the
SetupExtensions /CitrixClient
command to install the extension. A confirmation dialog box is displayed. - Restart all your Citrix applications for the changes to take effect. The UiPath Extension for Citrix is now installed.
From Studio
- Open Studio.
- Navigate to Home > Tools > UiPath Extensions.
- Select Citrix > Uninstall, and confirm your choice.
The UiPath Extension for Citrix is now uninstalled.
From the Command Line
- Close all your running Citrix Apps.
- 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\UiPath\Studio\UiPath
for per-machine installations,cd %localappdata%\Programs\UiPath\Studio\UiPath
for per-user installations). - Use the
SetupExtensions /CitrixClient /uninstall
command to uninstall the extension. A confirmation dialog box is displayed.
The UiPath Extension for Citrix is now uninstalled.