com.atlassian.confluence.selenium.client
Class EmoticonPickerPopup

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.EmoticonPickerPopup

public class EmoticonPickerPopup
extends EditorPopup


Field Summary
 
Fields inherited from class com.atlassian.confluence.selenium.client.ConfluencePopup
client, windowId
 
Constructor Summary
EmoticonPickerPopup(ConfluenceSeleniumClient client)
           
 
Method Summary
 void insertEmoticon(String emotionKey)
          Clicks an emotion image link to insert it into the RTE.
 
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

EmoticonPickerPopup

public EmoticonPickerPopup(ConfluenceSeleniumClient client)
Method Detail

insertEmoticon

public void insertEmoticon(String emotionKey)
Clicks an emotion image link to insert it into the RTE.

Parameters:
emotionKey - key for the emotion action, e.g. smile


Copyright © 2003-2011 Atlassian. All Rights Reserved.