com.atlassian.confluence.pageobjects.page
Class DashboardPage
java.lang.Object
com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
com.atlassian.confluence.pageobjects.page.DashboardPage
- All Implemented Interfaces:
- com.atlassian.pageobjects.Page, com.atlassian.pageobjects.page.HomePage<ConfluenceHeader>
public class DashboardPage
- extends ConfluenceAbstractPage
- implements com.atlassian.pageobjects.page.HomePage<ConfluenceHeader>
Page object implementation for the Dashboard page in Confluence.
- Since:
- 4.1
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage |
back, doWait, getAlert, getComponent, getHeader, getInlineDialog, getMainHeader, getMetadata, getMetadataLong, getPageHeadingColor, isDarkFeatureEnabled, isLoggedIn, openAddMenu, openBrowseMenu, openHelpMenu, openToolsMenu, openUserMenu, sendKeyboardShortcut, sendKeyboardShortcutAndWaitForCondition, setSetupComplete |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.pageobjects.page.HomePage |
getHeader |
DashboardPage
public DashboardPage()
DashboardPage
public DashboardPage(DashboardUpdatesPanel.Tab selectedTab)
getUrl
public java.lang.String getUrl()
- Specified by:
getUrl
in interface com.atlassian.pageobjects.Page
getDashboardPanel
public DashboardEntitiesPanel getDashboardPanel()
getDashboardUpdatesPanel
public DashboardUpdatesPanel getDashboardUpdatesPanel()
clickAddSpace
@Deprecated
public AddSpaceDialog clickAddSpace()
- Deprecated. since 5.4 use page objects provided by the create content plugin
CreateSpaceDialog
getGetStartedPanel
public DashboardGetStartedPanel getGetStartedPanel()
openCreateDialog
public CreateDialog openCreateDialog()
Copyright © 2003-2013 Atlassian. All Rights Reserved.