MovePageDialog
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class MovePageDialog extends AbstractDialog
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.timeout.Timeouts |
timeouts
Deprecated.
|
id
driver, frameExecutor, pageBinder, pageElementFinder, waiter
Constructor and Description |
---|
MovePageDialog()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
assertText(org.hamcrest.Matcher<? super String> matcher)
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
breadCrumbWithSelectedText(String text)
Deprecated.
|
<T extends com.atlassian.pageobjects.Page> |
clickCancel(Class<T> pageObjectClazz,
Object... args)
Deprecated.
Click on the cancel button in the dialog.
|
ViewPage |
clickMove()
Deprecated.
|
MovePageDialog |
clickMoveAndExpectError()
Deprecated.
|
MovePageDialog |
clickMoveAndExpectReorder()
Deprecated.
|
void |
clickMoveOnEdit()
Deprecated.
|
ViewPage |
clickReorder()
Deprecated.
|
MovePageDialog |
clickSearchButton()
Deprecated.
|
PageOrderingRootTree |
getBrowseTree()
Deprecated.
|
String |
getErrorMessage()
Deprecated.
|
String |
getNewParentPage()
Deprecated.
|
String |
getNewSpace()
Deprecated.
|
String |
getReorderPanelInformationMessage()
Deprecated.
|
List<String> |
getReorderSiblingPageTitles()
Deprecated.
|
ReorderTree |
getReorderTree()
Deprecated.
|
String |
getSearchResultCountMessage()
Deprecated.
|
String |
getSpaceSelectedInBrowse()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isCancelLinkEnabled()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isMoveButtonEnabled()
Deprecated.
|
boolean |
isSpacePresentInBrowse(Space space)
Deprecated.
Returns true if the given space is available in the space select of the browse panel
|
boolean |
isSpaceSelectEnabledInBrowse()
Deprecated.
|
boolean |
isTextPresent(String text)
Deprecated.
Returns true if the currently visible dialog page has the given text
|
void |
ready()
Deprecated.
|
PageOrderingRootTree |
selectBrowsePanel()
Deprecated.
|
MovePageDialog |
selectLocationPanel()
Deprecated.
|
MovePageDialog |
selectRecentlyViewedPanel()
Deprecated.
|
MovePageDialog |
selectReorderCheckbox()
Deprecated.
|
MovePageDialog |
selectSearchPanel()
Deprecated.
|
MovePageDialog |
selectSpaceInBrowse(Space space)
Deprecated.
|
MovePageDialog |
setNewParentPage(String newParentPage)
Deprecated.
Sets a new parent page in the advanced tab
|
void |
setNewSpace(String newSpace)
Deprecated.
This is a very naive implementation where it searches for the newSpace but assumes the first element
in the autocomplete is that space.
|
MovePageDialog |
typeInNewParentPage(String newParentPage)
Deprecated.
Sets a new parent page in the advanced tab.
|
MovePageDialog |
typeSearchQuery(String query)
Deprecated.
|
MovePageDialog |
waitForBreadcrumbs(Space space,
Page parentPage)
Deprecated.
|
void |
waitForParentPageAutocompleteToClose()
Deprecated.
|
void |
waitUntilHidden()
Deprecated.
|
getDialog, getHeight, getId, getTitle, getWidth, isVisible, isVisibleTimed, pressEscape, pressEscapeOnly, toString, waitForRemoval, waitUntilAUIBlanketHidden, waitUntilVisible
getComponent
@Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
public com.atlassian.pageobjects.elements.query.TimedCondition breadCrumbWithSelectedText(String text)
public MovePageDialog setNewParentPage(String newParentPage)
public MovePageDialog typeInNewParentPage(String newParentPage)
public String getNewParentPage()
public String getNewSpace()
public void setNewSpace(String newSpace)
public com.atlassian.pageobjects.elements.query.TimedCondition isMoveButtonEnabled()
public com.atlassian.pageobjects.elements.query.TimedCondition isCancelLinkEnabled()
public ViewPage clickMove()
public ViewPage clickReorder()
public void clickMoveOnEdit()
public final void ready()
public void waitUntilHidden()
waitUntilHidden
in class AbstractDialog
public boolean isTextPresent(String text)
text
- the text to search forpublic void assertText(org.hamcrest.Matcher<? super String> matcher)
public String getErrorMessage()
public boolean isSpacePresentInBrowse(Space space)
public boolean isSpaceSelectEnabledInBrowse()
public MovePageDialog selectSpaceInBrowse(Space space)
public String getSpaceSelectedInBrowse()
public PageOrderingRootTree getBrowseTree()
public PageOrderingRootTree selectBrowsePanel()
public MovePageDialog selectLocationPanel()
public MovePageDialog selectSearchPanel()
public MovePageDialog selectRecentlyViewedPanel()
public MovePageDialog waitForBreadcrumbs(Space space, Page parentPage)
public MovePageDialog clickMoveAndExpectError()
public MovePageDialog clickMoveAndExpectReorder()
public <T extends com.atlassian.pageobjects.Page> T clickCancel(Class<T> pageObjectClazz, Object... args)
pageObjectClazz
- the page object to bind to after clickingargs
- optionally the arguments for the page object to bindpublic void waitForParentPageAutocompleteToClose()
public MovePageDialog typeSearchQuery(String query)
public MovePageDialog clickSearchButton()
public String getSearchResultCountMessage()
public MovePageDialog selectReorderCheckbox()
public String getReorderPanelInformationMessage()
public ReorderTree getReorderTree()
Copyright © 2003–2015 Atlassian. All rights reserved.