org.openqa.selenium.support
Class Color

java.lang.Object
  extended by org.openqa.selenium.support.Color

public class Color
extends java.lang.Object


Method Summary
 java.lang.String asHex()
           
 java.lang.String asRgb()
           
static Color fromString(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fromString

public static Color fromString(java.lang.String value)

asRgb

public java.lang.String asRgb()

asHex

public java.lang.String asHex()


Copyright © 2012. All Rights Reserved.