Search found 1 match

by weilksein
Thu Feb 20, 2020 5:04 pm
Forum: General Questions
Topic: Validate text color
Replies: 2
Views: 1480

Validate text color

I have a table and there is a text with some color: /row[@index='0']/cell[@content='<html><style>body {font: 11 Tahoma; color:#FF00FF}... What is the best way to validate the text color? Should I save the content to String and then search the "color:" and read the value? Or is there some better ways...