studio
2020.10
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
- 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-DBP-002 - High Arguments Count
- ST-DBP-003 - Empty Catch Block
- ST-DBP-007 - Multiple Flowchart Layers
- ST-DBP-020 - Undefined Output Properties
- 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
- Variables
- Arguments
- Imported Namespaces
- Recording
- UI Elements
- Control Flow
- Selectors
- Object Repository
- Data Scraping
- Image and Text Automation
- Automating Citrix Technologies
- RDP Automation
- Configuration Steps
- About Native RDP Automation
- How Native RDP Automation Works
- Example of RDP Automation
- Known Issues and Limitations
- SAP Automation
- VMware Horizon Automation
- Logging
- The ScaleCoordinates Migration Tool
- The ScreenScrapeJavaSupport Tool
- The WebDriver Protocol
- StudioPro
- Extensions
- Troubleshooting
Known Issues and Limitations
OUT OF SUPPORT
Studio User Guide
Last updated Dec 20, 2023
Known Issues and Limitations
It is currently only possible to install the UiPath Remote Desktop Extension for the current user. This can be done either from Studio or the Command Prompt.
The scaling mode and resolution of the Remote Desktop machine are saved in the
Default.rdp
file, located in the Documents
folder. When you initiate a RDP session, the UIAutomation package reads the scaling mode and resolution from the Default.rdp
file, even if the RDP session is initiated from a .rdp
file with different settings.
As such, initiating an RDP session from a
.rdp
file with the Smart-Scaling scaling mode saved, UI element selection can appear offset. It is recommended to use the Default.rdp
file at all times.
After you change the resolution scaling on the Remote Desktop machine, UI element detection can appear offset. In this case you need to restart your RDP connection.
The Remote Desktop Protocol does not feature session reliability. This means that whenever the connection between the client and the Remote Desktop machine is lost, any running process fails. It is currently recommended to execute processes over RDP only on reliable network connections.