Can we identify on Ui if red color text present or not in uiPath

Hi,

I have a scenario where I want to check if a text is red color in color then i need to fetch that text.
Is this possible to do?
Can someone pls help me with this.

Thanks in advance.

we need to know the application type (web, desktop…)

For web elements we can use the following package and can retrieve the text color:

CSS Property Key: color

Hi @ppr

Thanks for responding
It’s web based
I tried using this package but it is giving me this, please find attached screenshot.
can you please help me with this.

Currently this LIB is offered for Windows Legacy Target framework - we planned also to migrate / making available for the Windows target framework and will release it in future.

EDIT:
with Version 2.0.0 the package is available and compatible with:

  • Windows Legacy
  • Windows

Currently, the marketplace is displaying only Windows compatibility But is a limit of the website

As workaround do the following:
analyze the webelement details with UiExplorer / Browser F12 Webtools. When the red definition is not inherit from long distance away parent elements maybe it can be detected by markers e.g class name parts or style definitions

@ppr

Is there any workaround for this, which I can implement as of now?

have a look on the updated post

@ppr

Thanks for help

UPDATE:
with Version 2.0.0 the package is available and compatible with:

  • Windows Legacy
  • Windows

Currently, the marketplace is displaying only Windows compatibility But is a limit of the website