How to get color of extracted text from web page

@Omkar_Deshmukh
just have a check on your scenario if maybe a css class info is available and can be used for the text color identification.

In case of it is not available you can do as following:
grafik

  • retrieve the element with find element - Output: uiElement
  • retrieve the CSS Property Value:
    grafik

in ths demo it will return:
grafik

ensure following:

1 Like