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>
@Deprecated public class DashboardPage extends ConfluenceAbstractPage implements com.atlassian.pageobjects.page.HomePage<ConfluenceHeader>
Deprecated.in 5.8. UseDashboardPageinstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.Page object implementation for the Dashboard page in Confluence.- Since:
- 4.1
-
-
Field Summary
Fields Modifier and Type Field Description com.atlassian.pageobjects.elements.PageElementcreateDialogDeprecated.-
Fields inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
driver, javascriptExecutor, jsQueryFactory, pageBinder, pageElementFinder, serverPerformance, timeouts, waitTimeout
-
-
Constructor Summary
Constructors Constructor Description DashboardPage()Deprecated.DashboardPage(DashboardUpdatesPanel.Tab selectedTab)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DashboardEntitiesPanelgetDashboardPanel()Deprecated.DashboardUpdatesPanelgetDashboardUpdatesPanel()Deprecated.StringgetUrl()Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionhasTabsMenu()Deprecated.CreateDialogopenCreateDialog()Deprecated.voidwaitUntilPageIsReady()Deprecated.-
Methods inherited from class com.atlassian.confluence.pageobjects.page.ConfluenceAbstractPage
back, doWait, getAlert, getComponent, getHeader, getMainHeader, getMetadata, getMetadataLong, isDarkFeatureEnabled, openToolsMenu, setSetupComplete, toString
-
-
-
-
Constructor Detail
-
DashboardPage
public DashboardPage()
Deprecated.
-
DashboardPage
public DashboardPage(DashboardUpdatesPanel.Tab selectedTab)
Deprecated.
-
-
Method Detail
-
waitUntilPageIsReady
public void waitUntilPageIsReady()
Deprecated.
-
getUrl
public String getUrl()
Deprecated.- Specified by:
getUrlin interfacecom.atlassian.pageobjects.Page
-
getDashboardPanel
public DashboardEntitiesPanel getDashboardPanel()
Deprecated.
-
getDashboardUpdatesPanel
public DashboardUpdatesPanel getDashboardUpdatesPanel()
Deprecated.
-
openCreateDialog
public CreateDialog openCreateDialog()
Deprecated.
-
hasTabsMenu
public com.atlassian.pageobjects.elements.query.TimedCondition hasTabsMenu()
Deprecated.
-
-