com.atlassian.confluence.selenium.client
Class InsertLinkPopup

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

public class InsertLinkPopup
extends EditorPopup


Field Summary
 
Fields inherited from class com.atlassian.confluence.selenium.client.ConfluencePopup
client, windowId
 
Constructor Summary
InsertLinkPopup(ConfluenceSeleniumClient client)
           
InsertLinkPopup(ConfluenceSeleniumClient client, java.lang.String selectedTab)
           
 
Method Summary
 void changeTab(java.lang.String tabName)
           
 void clickAttachment(Attachment attachment)
          Clicks the link for the given attachment.
 java.lang.String getAlias()
           
 java.lang.String getCurrentTab()
          Returns the namve of the current tab.
 java.lang.String getDestination()
           
 void typeAlias(java.lang.String alias)
           
 void typeDestination(java.lang.String destination)
           
 void typeTooltip(java.lang.String tooltip)
           
 
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

InsertLinkPopup

public InsertLinkPopup(ConfluenceSeleniumClient client)

InsertLinkPopup

public InsertLinkPopup(ConfluenceSeleniumClient client,
                       java.lang.String selectedTab)
Method Detail

changeTab

public void changeTab(java.lang.String tabName)

getCurrentTab

public java.lang.String getCurrentTab()
Returns the namve of the current tab.


getAlias

public java.lang.String getAlias()

getDestination

public java.lang.String getDestination()

typeDestination

public void typeDestination(java.lang.String destination)

typeAlias

public void typeAlias(java.lang.String alias)

typeTooltip

public void typeTooltip(java.lang.String tooltip)

clickAttachment

public void clickAttachment(Attachment attachment)
Clicks the link for the given attachment.



Copyright © 2003-2010 Atlassian. All Rights Reserved.