@PublicApi public class PageOrderingRootTree extends ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
Constructor and Description |
---|
PageOrderingRootTree() |
Modifier and Type | Method and Description |
---|---|
PageOrderingRootTree |
clickPage(Content page) |
PageOrderingRootTree |
clickPageTreeSpaceAnchor()
Click on the root node of the space tree, which is the space itself.
|
String |
getNodeTextForPage(Content p) |
String |
getSelectedPageTitle()
Deprecated.
since 2.13 Use
getSelectedPageTitleTimed() |
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getSelectedPageTitleTimed() |
boolean |
isClickable(Content page)
Deprecated.
since 2.13 Use
isClickableTimed(Content) |
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
isClickableTimed(Content page) |
boolean |
isPageVisible(Content page)
Deprecated.
since 2.13 Use
isPageVisibleTimed(Content) |
com.atlassian.pageobjects.elements.query.TimedCondition |
isPageVisibleTimed(Content page) |
void |
waitUntilReady() |
getComponent, isSPAEnabled
public void waitUntilReady()
@Deprecated public boolean isPageVisible(Content page)
isPageVisibleTimed(Content)
public com.atlassian.pageobjects.elements.query.TimedCondition isPageVisibleTimed(Content page)
public PageOrderingRootTree clickPage(Content page)
@Deprecated public boolean isClickable(Content page)
isClickableTimed(Content)
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isClickableTimed(Content page)
@Deprecated public String getSelectedPageTitle()
getSelectedPageTitleTimed()
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getSelectedPageTitleTimed()
public PageOrderingRootTree clickPageTreeSpaceAnchor()
Copyright © 2003–2017 Atlassian. All rights reserved.