com.atlassian.confluence.selenium.client
Class EmoticonPickerPopup

java.lang.Object
  extended by com.atlassian.confluence.selenium.client.Dialog
      extended by com.atlassian.confluence.selenium.client.EmoticonPickerPopup

public class EmoticonPickerPopup
extends Dialog


Field Summary
 
Fields inherited from class com.atlassian.confluence.selenium.client.Dialog
client, id
 
Constructor Summary
EmoticonPickerPopup(ConfluenceSeleniumClient client)
           
 
Method Summary
 void insertEmoticon(java.lang.String emotionKey)
          Clicks an emotion image link to insert it into the RTE.
 
Methods inherited from class com.atlassian.confluence.selenium.client.Dialog
clickButton, clickCancel, clickLink, clickPageMenu, getId, getTitle, hasButton, hasLink, hasPageMenu, isButtonDisabled, isVisible, pressEscape, pressEscapeOnly, waitForRemoval, waitUntilClosed, waitUntilVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmoticonPickerPopup

public EmoticonPickerPopup(ConfluenceSeleniumClient client)
Method Detail

insertEmoticon

public void insertEmoticon(java.lang.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-2014 Atlassian. All Rights Reserved.