Skip to content

Commit 5e8749b

Browse files
committed
Final changes for review
1 parent 43aafce commit 5e8749b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

support/power-platform/power-automate/desktop-flows/ui-automation/ui-rdp-automation/error-remote-desktop-not-found.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Error "The remote desktop was not found"
3-
description: Solves an issue that occurs when on runtime the flow fails with 'The remote desktop was not found'
2+
title: Error "The remote desktop wasn't found"
3+
description: Solves an issue that occurs when on runtime the flow fails with 'The remote desktop wasn't found'
44
ms.reviewer: amitrou
55
ms.author: iopanag
66
author: iopanag
77
ms.custom: sap:Desktop flows\UI or browser automation
88
ms.date: 03/28/2025
99
---
10-
# Error "The remote desktop was not found"
10+
# Error "The remote desktop wasn't found"
1111

12-
This article helps you resolve an issue you might encounter when a flow fails with error 'The remote desktop was not found'.
12+
This article helps you resolve an issue you might encounter when a flow fails with error 'The remote desktop wasn't found'.
1313

1414
## Symptoms
1515

16-
A flow using RDP/Citrix automation used to run successfully but it started failing with error 'The remote desktop was not found'. It might even never run successfully. This issue is more common in Citrix Virtual Apps.
16+
A flow using RDP/Citrix automation used to run successfully but it started failing with error 'The remote desktop wasn't found'. It might even never run successfully. This issue is more common in Citrix Virtual Apps.
1717

1818
## Cause 1
1919

support/power-platform/power-automate/desktop-flows/ui-automation/ui-rdp-automation/no-clicks-on-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This article helps you resolve an issue you might encounter when trying to click
1313

1414
## Symptoms
1515

16-
When you hover the mouse cursor over a UI or web element of an application or webpage inside a Citrix virtual app with [UI element picker](/power-automate/desktop-flows/ui-elements#ui-elements-types) the elements are highlighted and captured. However when used in an action (like 'Click Element in Window'), the interaction isn't happening and no error is shown. Test selector works fine.
16+
When you use the [UI element picker](/power-automate/desktop-flows/ui-elements#ui-elements-types) on Citrix Virtual apps, you're able to highlight and capture elements. However when these elements are used in an action (like 'Click Element in Window'), the interaction isn't happening and no error is shown. Test selector works fine.
1717

1818
## Cause
1919

support/power-platform/power-automate/desktop-flows/ui-automation/ui-rdp-automation/something-takes-long-and-fails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ When trying to highlight, capture, test an element or interacting with elements
1414

1515
The reson for this is that there might be cases where interacting with RDP/Citrix applications might timeout and require more time to work. These time-outs can be configured like the rest of Power Automate time-outs like in [time-out configuration for UI and browser automation](/power-automate/desktop-flows/how-to/ui-automation-change-timeout-cofiguration). Use this guide to configure the following values as needed.
1616

17-
The specific configrations that need to be changed in this case are the following:
17+
The specific configrations that need to be changed in this case are the following keys:
1818

1919
- **Java.Bridge.Client.ReadWriteTimeout**: In case the target application is JAVA based, this time-out additionally increases time waiting for responses. In remote JAVA applications (RDP/Citrix), this time-out needs to be changed on the remote machine.
2020
- **BrowserNativeMessageHost.MessageTimeout** and **WebExtensionsMessageProxy.SendTimeout**: In case web automation is used, this time-out increases the max time that waits for webpages to respond. In remote webpages (RDP/Citrix), this time-out needs to be changed on the remote machine.

0 commit comments

Comments
 (0)