public class MovePageDialog extends Dialog
Modifier and Type | Field and Description |
---|---|
static String |
NEW_SPACE_KEY_SELECT_ID |
static String |
PANEL_BROWSE |
static String |
PANEL_LOCATION |
Constructor and Description |
---|
MovePageDialog(ConfluenceSeleniumClient client) |
Modifier and Type | Method and Description |
---|---|
void |
clickOKButton()
Click to Confirm the move on the Edit page.
|
void |
clickParentPageAutocomplete(String optionName) |
PageOrderingRootTree |
getBrowseTree() |
void |
parentPageAutocomplete(String parentPageTitleSubstring) |
MovePageDialog |
selectBrowsePanel() |
MovePageDialog |
selectLocationPanel() |
void |
selectSpaceOnBrowsePanel(Space space)
Change the selected space on the browse panel.
|
void |
waitForBreadcrumbs(Space space,
Page parentPage)
Waits until the location breadcrumbs match the passed Space and parent Page.
|
void |
waitForBrowsePanel() |
void |
waitForSpaceAtBrowseTreeRoot(Space space)
On the Browse panel, waits until the root node shows the required Space name.
|
clickButton, clickCancel, clickLink, clickPageMenu, getTitle, hasPageMenu, isVisible, pressEscape, pressEscapeOnly, waitForRemoval, waitUntilClosed, waitUntilVisible
public static final String NEW_SPACE_KEY_SELECT_ID
public static final String PANEL_LOCATION
public static final String PANEL_BROWSE
public MovePageDialog(ConfluenceSeleniumClient client)
public MovePageDialog selectLocationPanel()
public MovePageDialog selectBrowsePanel()
public void selectSpaceOnBrowsePanel(Space space)
public void waitForSpaceAtBrowseTreeRoot(Space space)
public void waitForBrowsePanel()
public PageOrderingRootTree getBrowseTree()
public void clickOKButton()
public void parentPageAutocomplete(String parentPageTitleSubstring)
public void clickParentPageAutocomplete(String optionName)
public void waitForBreadcrumbs(Space space, Page parentPage)
space
- the Space for the location - requiredparentPage
- the parent Page for the location. If null the location will be at the top level of the SpaceCopyright © 2003–2017 Atlassian. All rights reserved.