public class PageGadget extends Gadget
| Modifier and Type | Field and Description |
|---|---|
static String |
GADGET_NAME |
| Constructor and Description |
|---|
PageGadget(ConfluenceSeleniumClient client,
com.atlassian.selenium.SeleniumAssertions assertThat) |
| Modifier and Type | Method and Description |
|---|---|
void |
clickSave() |
long |
getGadgetWait() |
void |
selectConfluencePageIframe() |
void |
selectPageGadgetInMacroBrowser(MacroBrowser mb) |
void |
selectParentIframe() |
void |
setEditable(boolean isEditable) |
void |
setShowLink(boolean showLink) |
void |
switchToConfig() |
void |
waitForConfigurationScreenToLoad() |
void |
waitForPageToBeSelected(AbstractContentEntity page) |
void |
waitForSpaceToBeSelected(Space space) |
getIframeHeight, isGadgetIframeSelected, selectGadgetIframe, selectGadgetInMacroBrowser, selectTopWindowpublic static final String GADGET_NAME
public PageGadget(ConfluenceSeleniumClient client, com.atlassian.selenium.SeleniumAssertions assertThat)
public void waitForConfigurationScreenToLoad()
public long getGadgetWait()
public void selectConfluencePageIframe()
public void selectParentIframe()
public void selectPageGadgetInMacroBrowser(MacroBrowser mb) throws InterruptedException
InterruptedExceptionpublic void waitForPageToBeSelected(AbstractContentEntity page)
public void waitForSpaceToBeSelected(Space space)
public void setShowLink(boolean showLink)
public void setEditable(boolean isEditable)
public void clickSave()
public void switchToConfig()
Copyright © 2003–2019 Atlassian. All rights reserved.