SpaceDirectoryPage
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class SpaceDirectoryPage extends ConfluenceAbstractPage
Modifier and Type | Class and Description |
---|---|
static class |
SpaceDirectoryPage.SystemTab
Deprecated.
|
static class |
SpaceDirectoryPage.TeamLabelTab
Deprecated.
|
driver, jsQueryFactory, pageBinder, pageElementFinder, serverPerformance, timeouts, waiter, waitTimeout
Constructor and Description |
---|
SpaceDirectoryPage()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
bindTracer()
Deprecated.
|
SpaceDirectoryPage |
clearSearchBox()
Deprecated.
Clear the search field.
|
SpaceDirectoryPage |
clickAddFavouriteLink(Space space)
Deprecated.
|
SpaceDirectoryPage |
clickNextPage()
Deprecated.
Switch to the next page and wait until the space list updates.
|
SpaceDirectoryPage |
clickPage(String pageName)
Deprecated.
Switch to the named page and wait until the space list updates.
|
SpaceDirectoryPage |
clickPreviousPage()
Deprecated.
Switch to the previous page and wait until the space list updates.
|
ViewSpaceSummaryPage |
clickSpaceSummaryLink(Space space)
Deprecated.
|
SpaceDirectoryPage |
clickSystemTab(SpaceDirectoryPage.SystemTab tab)
Deprecated.
Select the given tab, and wait for the corresponding space list to be shown.
|
SpaceDirectoryPage |
clickTeamLabelLozenge(Space space,
String labelName)
Deprecated.
|
SpaceDirectoryPage |
clickTeamLabelTab(SpaceDirectoryPage.TeamLabelTab tab)
Deprecated.
Select the given tab, and wait for the corresponding space list to be shown.
|
void |
doWait()
Deprecated.
|
String |
getCurrentPage()
Deprecated.
|
int |
getCurrentPageResultCount()
Deprecated.
|
int |
getPageCount()
Deprecated.
|
List<String> |
getSpaceKeys()
Deprecated.
|
String |
getSpaceLogoImageSource(Space space)
Deprecated.
|
String |
getSpaceName(Space space)
Deprecated.
|
List<String> |
getSpaceNames()
Deprecated.
|
String |
getUrl()
Deprecated.
|
boolean |
isNoMatchingResultsMessageVisible()
Deprecated.
|
boolean |
isNoSpacesMessageVisible()
Deprecated.
|
boolean |
isSpaceFavouritesVisible(Space space)
Deprecated.
|
boolean |
isSpacePresent(Space space)
Deprecated.
|
boolean |
isSystemTabPresent(SpaceDirectoryPage.SystemTab tab)
Deprecated.
|
boolean |
isTeamLabelLozengePresent(Space space,
String labelName)
Deprecated.
|
SpaceDirectoryPage |
search(String query)
Deprecated.
Type in the search field and wait until search results are returned.
|
SearchResultPage |
submitSearch()
Deprecated.
Perform a site search using the value in the search field, limited to space entities.
|
ViewPage |
submitSearchForOneResult(AbstractPageEntity pageEntity)
Deprecated.
Jump to the home page of the space matching the value in the search field.
|
back, dismissSelect2IfActive, getAlert, getComponent, getHeader, getInlineDialog, getMainHeader, getMetadata, getMetadataLong, getPageHeadingColor, getRequestCorrelationId, isDarkFeatureEnabled, isLoggedIn, openBrowseMenu, openHelpMenu, openToolsMenu, openUserMenu, sendKeyboardShortcut, sendKeyboardShortcutAndWaitForCondition, setSetupComplete, toString
public void doWait()
doWait
in class ConfluenceAbstractPage
public void bindTracer()
public String getUrl()
public SpaceDirectoryPage search(String query)
query
- the search querypublic SpaceDirectoryPage clearSearchBox()
public boolean isNoSpacesMessageVisible()
public boolean isNoMatchingResultsMessageVisible()
public int getCurrentPageResultCount()
public int getPageCount()
public SpaceDirectoryPage clickPreviousPage()
public SpaceDirectoryPage clickNextPage()
public SpaceDirectoryPage clickPage(String pageName)
public String getCurrentPage()
public SearchResultPage submitSearch()
public ViewPage submitSearchForOneResult(AbstractPageEntity pageEntity)
public ViewSpaceSummaryPage clickSpaceSummaryLink(Space space)
public SpaceDirectoryPage clickAddFavouriteLink(Space space)
public boolean isSpaceFavouritesVisible(Space space)
public SpaceDirectoryPage clickSystemTab(SpaceDirectoryPage.SystemTab tab)
public boolean isSystemTabPresent(SpaceDirectoryPage.SystemTab tab)
public SpaceDirectoryPage clickTeamLabelTab(SpaceDirectoryPage.TeamLabelTab tab)
public boolean isTeamLabelLozengePresent(Space space, String labelName)
public SpaceDirectoryPage clickTeamLabelLozenge(Space space, String labelName)
public boolean isSpacePresent(Space space)
Copyright © 2003–2018 Atlassian. All rights reserved.