Hi all,
I need te java code to convert hexadecimal color code to user understandable color code through selenium webdriver.
I have used :
String BackColor = driver.findElement(By.cssSelector("input[name=\"EmployerId\"]")).getCssValue("background-color");
System.out.println("Background color of the Element is : " + BackColor );
It is giving me result as : #ffffff
But it is not easy to understand which code is this.
I need to have the code by which I can able to know, that it is either Yellow color or Pink color.
Please help me ..
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/dqOVnssRhdUJ.Please help me ..
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/-JbD2rSILU0J.