com.atlassian.confluence.selenium.client
Class ColorPickerPopup

java.lang.Object
  extended by com.atlassian.confluence.selenium.client.ConfluencePopup
      extended by com.atlassian.confluence.selenium.client.EditorPopup
          extended by com.atlassian.confluence.selenium.client.ColorPickerPopup

public class ColorPickerPopup
extends EditorPopup


Field Summary
 
Fields inherited from class com.atlassian.confluence.selenium.client.ConfluencePopup
client, windowId
 
Constructor Summary
ColorPickerPopup(ConfluenceSeleniumClient client)
           
 
Method Summary
 void setColor(java.lang.String rgbColor)
          Sets a color in rgb format with a leading #.
 
Methods inherited from class com.atlassian.confluence.selenium.client.EditorPopup
clickCancel, clickOk
 
Methods inherited from class com.atlassian.confluence.selenium.client.ConfluencePopup
closeWindow, getClient, isOpen, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColorPickerPopup

public ColorPickerPopup(ConfluenceSeleniumClient client)
Method Detail

setColor

public void setColor(java.lang.String rgbColor)
Sets a color in rgb format with a leading #.

Parameters:
rgbColor - RGB colour without # e.g. ffeecc


Copyright © 2003-2014 Atlassian. All Rights Reserved.