After clicking a button on the web page, a popup will appear. There I will click "Run process", As a result it will show the list of process in such a way that, which are completed successfully in Green icon, warning with Yellow icon and errors with red. So,
How can I identify different Icons/Symbol with different colors in a popup?
below image contains the different Symbols with different colors.
These are the different icons with different colors in the popup
Thank you for your response.
If these UI elements are 'visible' to Power Automate Desktop, you can try to extract them and see if there is any identifier in the extracted information that only appears for red icons.
Otherwise, you can always try to capture the red icon as an image and then go through a condition that checks whether the image exists on screen or not.
Actually, if there is red error icon found, Then the popup should close. If red icon not found then we can proceed the process further. Simply, I need to check if there is red icon in any of the process listed OR not. So, first I need to identify that icons.
Hello,
In addition to Pavel_Nanoi's answer, I would like to ask what it is that you need to do with the different symbols/icons in the popup window. For instance, do you need to extract their information, or click on one of them based on specific criteria?
It's also important to test whether these elements can be recognized properly, in order to use web or UI automation actions, instead of resorting to image recognition actions.
Use Move mouse to image action, as so:
Hope that's what you're looking for.
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2