Hello,
How to find the color of Status column “Red or Green” in SAP.
Thanks in Advance.
@nithya One approach you can take is to use the Get Attribute activity. There are likely some attributes that will be common with the red color. Instead of specifically searching for the color itself, you can focus on identifying and leveraging those common attributes.
or
Please check this article.
Can we identify Color or image color using Uipath? - Help - UiPath Community Forum
Hi @nithya
Try pls.
Use “Get Attribute” on the status symbol with “backgroundcolor” or “foregroundcolor” then check if it’s Red (255,0,0) or Green (0,255,0). If that fails, use “Find Image Matches” with stored Red/Green icons.