org.openqa.selenium.support
Class Color

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

public class Color
extends Object


Method Summary
 String asHex()
           
 String asRgb()
           
 String asRgba()
           
static Color fromString(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(String value)

asRgb

public String asRgb()

asRgba

public String asRgba()

asHex

public String asHex()


Copyright © 2012. All Rights Reserved.