Hi Pallavi,
with the "outerhtml" property u would able to identify which colour it is
here i am exaplaining you with the mandatory field as a red colour then .getrowproperty("outerhtml") then this value would be <FONT color=#cc0000>Textarea</FONT> then split this value in to your convinent way and validate with this
If color=#cc0000 then reporter.reportevent ,,,,,,
Try this once and let me know
with the "outerhtml" property u would able to identify which colour it is
here i am exaplaining you with the mandatory field as a red colour then .getrowproperty("outerhtml") then this value would be <FONT color=#cc0000>Textarea</FONT> then split this value in to your convinent way and validate with this
If color=#cc0000 then reporter.reportevent ,,,,,,
Try this once and let me know

