com.atlassian.confluence.pageobjects.page
Class DashboardPage

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
      extended by 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

Field Summary
 com.atlassian.pageobjects.elements.PageElement createDialog
           
 
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, jsQueryFactory, pageBinder, pageElementFinder, timeouts, waiter, waitTimeout
 
Constructor Summary
DashboardPage()
           
DashboardPage(DashboardUpdatesPanel.Tab selectedTab)
           
 
Method Summary
 AddSpaceDialog clickAddSpace()
          Deprecated. since 5.4 use page objects provided by the create content plugin CreateSpaceDialog
 DashboardEntitiesPanel getDashboardPanel()
           
 DashboardUpdatesPanel getDashboardUpdatesPanel()
           
 DashboardGetStartedPanel getGetStartedPanel()
           
 java.lang.String getUrl()
           
 com.atlassian.pageobjects.elements.query.TimedCondition hasTabsMenu()
           
 CreateDialog openCreateDialog()
           
 
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
 

Field Detail

createDialog

public com.atlassian.pageobjects.elements.PageElement createDialog
Constructor Detail

DashboardPage

public DashboardPage()

DashboardPage

public DashboardPage(DashboardUpdatesPanel.Tab selectedTab)
Method Detail

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()

hasTabsMenu

public com.atlassian.pageobjects.elements.query.TimedCondition hasTabsMenu()


Copyright © 2003-2014 Atlassian. All Rights Reserved.