You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/power-platform/power-automate/desktop-flows/ui-automation/element-picker-cant-see-elements.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Some desktop applications use custom UI frameworks or rendering methods that are
46
46
47
47
This action moves the mouse to the first occurrence of the specified image and sends a left click.
48
48
49
-
## Solution 2: Use Move mouse to text on screen (OCR) action
49
+
###Solution 2: Use Move mouse to text on screen (OCR) action
50
50
51
51
1. Add a **Move mouse to text on screen (OCR)** action to your flow.
52
52
1. Specify the text that appears on or near the UI element you want to interact with.
@@ -55,7 +55,7 @@ This action moves the mouse to the first occurrence of the specified image and s
55
55
56
56
This action uses Optical Character Recognition (OCR) to locate text on the screen or foreground window and sends a mouse click to that location.
57
57
58
-
## Solution 3: Use the recorder with coordinates
58
+
###Solution 3: Use the recorder with coordinates
59
59
60
60
1. Open Power Automate for desktop and create a new flow.
61
61
1. Select **Recorder** from the toolbar.
@@ -64,7 +64,7 @@ This action uses Optical Character Recognition (OCR) to locate text on the scree
64
64
65
65
The recorder creates a **Click UI element in window** action with coordinate-based input parameters populated by using the respective values from your click action.
66
66
67
-
## Solution 4: Use Move mouse and Send mouse click actions
67
+
###Solution 4: Use Move mouse and Send mouse click actions
68
68
69
69
1. Add a **Move mouse** action to your flow.
70
70
1. Configure the action to move the mouse to the specific coordinates of the target element.
0 commit comments