Class DashboardPage
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.selenium3.page.ConfluenceAbstractPage
-
- com.atlassian.confluence.pageobjects.selenium3.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. UseDashboardPage
instead 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.PageElement
createDialog
Deprecated.-
Fields inherited from class com.atlassian.confluence.pageobjects.selenium3.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 DashboardEntitiesPanel
getDashboardPanel()
Deprecated.DashboardUpdatesPanel
getDashboardUpdatesPanel()
Deprecated.String
getUrl()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
hasTabsMenu()
Deprecated.CreateDialog
openCreateDialog()
Deprecated.void
waitUntilPageIsReady()
Deprecated.-
Methods inherited from class com.atlassian.confluence.pageobjects.selenium3.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:
getUrl
in 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.
-
-