I want to click on purple place

Hi @S_Sim,

That is a cool problem to solve, lucky you!

We have used Find Image Matches to find icon of a particular color and store all attributes of that icon in an IEnumerable<UiElement>

This activity finds all similar icons in the screen. You can later use the position attribute to use the Click Activity on each of them.

The Find Image Matches will return a IEnumerable<UiElement> so you need to go into it to fetch the position values. Please refer this post on how to do this: How to initialize UiPath.Core.UiElement - Help / Studio - UiPath Community Forum

Goodluck!

2 Likes