- Release Notes
- Getting Started
- Setup and Configuration
- Automation Projects
- Dependencies
- Types of Workflows
- Control Flow
- File Comparison
- Automation Best Practices
- Source Control Integration
- Debugging
- Logging
- The Diagnostic Tool
- Workflow Analyzer
- About Workflow Analyzer
- ST-NMG-001 - Variables Naming Convention
- ST-NMG-002 - Arguments Naming Convention
- ST-NMG-004 - Display Name Duplication
- ST-NMG-005 - Variable Overrides Variable
- ST-NMG-006 - Variable Overrides Argument
- ST-NMG-008 - Variable Length Exceeded
- ST-NMG-009 - Prefix Datatable Variables
- ST-NMG-011 - Prefix Datatable Arguments
- ST-NMG-012 - Argument Default Values
- ST-NMG-016 - Argument Length Exceeded
- ST-NMG-017 - Class name matches default namespace
- ST-DBP-002 - High Arguments Count
- ST-DBP-003 - Empty Catch Block
- ST-DBP-007 - Multiple Flowchart Layers
- ST-DPB-010 - Multiple instances of [Workflow] or [Test Case]
- ST-DBP-020 - Undefined Output Properties
- ST-DBP-021 - Hardcoded Timeout
- ST-DBP-023 - Empty Workflow
- ST-DBP-024 - Persistence Activity Check
- ST-DBP-025 - Variables Serialization Prerequisite
- ST-DBP-026 - Delay Activity Usage
- ST-DBP-027 - Persistence Best Practice
- ST-DBP-028 - Arguments Serialization Prerequisite
- ST-USG-005 - Hardcoded Activity Arguments
- ST-USG-009 - Unused Variables
- ST-USG-010 - Unused Dependencies
- ST-USG-014 - Package Restrictions
- ST-USG-020 - Minimum Log Messages
- ST-USG-024 - Unused Saved for Later
- ST-USG-025 - Saved Value Misuse
- ST-USG-026 - Activity Restrictions
- ST-USG-027 - Required Packages
- ST-USG-028 - Restrict Invoke File Templates
- ST-USG-032 - Required Tags
- ST-USG-034 - Automation Hub URL
- Variables
- Arguments
- Imported Namespaces
- Coded automations
- Introduction
- Registering custom services
- Before and After contexts
- Generating code
- Generating coded test case from manual test cases
- Trigger-based Attended Automation
- Recording
- UI Elements
- Selectors
- Object Repository
- Data Scraping
- Image and Text Automation
- Automating Citrix Technologies
- RDP Automation
- VMware Horizon Automation
- Salesforce Automation
- SAP Automation
- macOS UI Automation
- The ScreenScrapeJavaSupport Tool
- The WebDriver Protocol
- Extensions
- About extensions
- SetupExtensions tool
- UiPathRemoteRuntime.exe is not running in the remote session
- UiPath Remote Runtime blocks Citrix session from being closed
- UiPath Remote Runtime causes memory leak
- UiPath.UIAutomation.Activities packages and UiPath Remote Runtime versions mismatch
- The required UiPath extension is not installed on the remote machine
- Screen resolution settings
- Chrome Group Policies
- Cannot communicate with the browser
- Chrome extension is removed automatically
- The extension may have been corrupted
- Check if the extension for Chrome is installed and enabled
- Check if ChromeNativeMessaging.exe is running
- Check if ComSpec variable is defined correctly
- Enable access to file URLs and Incognito mode
- Multiple browser profiles
- Group Policy conflict
- Known issues specific to MV3 extensions
- List of extensions for Chrome
- Chrome Extension on Mac
- Edge Group Policies
- Cannot communicate with the browser
- Edge extension is removed automatically
- The extension may have been corrupted
- Check if the Extension for Microsoft Edge is installed and enabled
- Check if ChromeNativeMessaging.exe is running
- Check if ComSpec variable is defined correctly
- Enable access to file URLs and InPrivate mode
- Multiple browser profiles
- Group Policy conflict
- Known issues specific to MV3 extensions
- List of extensions for Edge
- Extension for Safari
- Extension for VMware Horizon
- Extension for Amazon WorkSpaces
- SAP Solution Manager plugin
- Excel Add-in
- Test Suite - Studio
- Troubleshooting
Configuration Steps
Native selectors for Citrix technologies enable you to create automation projects that work with Citrix Apps just as if they were local applications. A few simple steps need to be performed to enable this support. Afterwards, you can use Studio on your client machine to build processes with the help of UI Automation activities and wizards.
To generate native selectors for Citrix technologies, following components are required:
- Studio v2018.4 or greater on the client machine to install the UiPath Extension for Citrix.
- Citrix Receiver or Citrix Workspace on the client machine.
- Citrix XenApp v6.5 or greater.
- Citrix XenDesktop v7.0 or greater.
- In Studio, go to the Tools page from the Studio Backstage View. Available extensions are displayed there.
- Click the Citrix button to install the UiPath Citrix Extension. A confirmation dialogue box is displayed.
-
Click the OK button. The extension is now installed.
The UiPath Extension for Citrix can also be installed from the Command Prompt. You can find out more details on this page.
- Download the
UiPathRemoteRuntime.msi
installer from:- Product Downloads in the UiPath Customer Portal
- Resource Center in the UiPath Automation Cloud. To access Resource Center, log in to your Automation Cloud Organization and click the Help button on the navigation bar.
- Install
UiPathRemoteRuntime.msi
on the Citrix application servers that you wish to automate.
More details about the UiPath Remote Runtime can be found here.
Once installation finishes, you’re good to go on the server side.
After you install the UiPath Remote Runtime and the UiPath Extension for Citrix, you need to restart your active Citrix sessions for the changes to take effect. This is done as follows:
- Right-click the Citrix Receiver tray icon, and click Connection Center. The Citrix Connection Center window is displayed.
- Select an active session from the Connections pane, and click the Log Off button. Do this for all your active sessions.
-
Click the Close button to confirm all the changes and close the window.
Note: Make sure you save or backup any important data before you restart the active Citrix sessions.
UiPath.UIAutomation.Activities
package v18.4.1 or greater as a dependency for your project.
- In Studio, open the Package Manager.
- From the Project Dependencies pane, select the UiPath.UIAutomation.Activities package.
- Ensure that the selected package version is v18.4.1 or greater. If it is not, select it from the drop-down and click the Update button.
-
Click the Save button to update your dependencies.
Congratulations, you can now generate native selectors for Citrix technologies!