1

I have a text on the website that is green color. How can I verify in selenium ide that text is green? ( not any other color)

1 Answers1

0

if your text have style attribute, or class, who define the green color you can use ccs selector directly...

see css selectors

Or you can use integrated selenium functions see here

temascal
  • 28
  • 4