|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.selenium.client.ConfluencePopup
com.atlassian.confluence.selenium.client.EditorPopup
com.atlassian.confluence.selenium.client.InsertLinkPopup
public class InsertLinkPopup
| Field Summary |
|---|
| Fields inherited from class com.atlassian.confluence.selenium.client.ConfluencePopup |
|---|
client, windowId |
| Constructor Summary | |
|---|---|
InsertLinkPopup(ConfluenceSeleniumClient client)
|
|
InsertLinkPopup(ConfluenceSeleniumClient client,
String selectedTab)
|
|
| Method Summary | |
|---|---|
void |
changeTab(String tabName)
|
void |
clickAttachment(Attachment attachment)
Clicks the link for the given attachment. |
String |
getAlias()
|
String |
getCurrentTab()
Returns the namve of the current tab. |
String |
getDestination()
|
void |
typeAlias(String alias)
|
void |
typeDestination(String destination)
|
void |
typeTooltip(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 |
|---|
public InsertLinkPopup(ConfluenceSeleniumClient client)
public InsertLinkPopup(ConfluenceSeleniumClient client,
String selectedTab)
| Method Detail |
|---|
public void changeTab(String tabName)
public String getCurrentTab()
public String getAlias()
public String getDestination()
public void typeDestination(String destination)
public void typeAlias(String alias)
public void typeTooltip(String tooltip)
public void clickAttachment(Attachment attachment)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||