Class DashboardPagesTab
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.selenium3.component.ConfluenceAbstractPageComponent
-
- com.atlassian.confluence.pageobjects.selenium3.component.dashboard.DashboardEntitiesTab
-
- com.atlassian.confluence.pageobjects.selenium3.component.dashboard.DashboardPagesTab
-
- All Implemented Interfaces:
PageComponent
@Deprecated public class DashboardPagesTab extends DashboardEntitiesTab
Deprecated.in 5.8. UseDashboardPagesTab
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.Represents the pages tab in the dashboard's entities panel- Since:
- 4.1
-
-
Field Summary
Fields Modifier and Type Field Description static org.openqa.selenium.By
TAB_PANE_LOCATOR
Deprecated.-
Fields inherited from class com.atlassian.confluence.pageobjects.selenium3.component.ConfluenceAbstractPageComponent
driver, frameExecutor, javascriptExecutor, pageBinder, pageElementFinder, timeouts
-
-
Constructor Summary
Constructors Constructor Description DashboardPagesTab()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description FavouritePage
getFavouritePage(Page page)
Deprecated.protected org.openqa.selenium.By
getPaneLocator()
Deprecated.-
Methods inherited from class com.atlassian.confluence.pageobjects.selenium3.component.dashboard.DashboardEntitiesTab
getText, isVisible
-
-
-
-
Method Detail
-
getPaneLocator
protected org.openqa.selenium.By getPaneLocator()
Deprecated.- Specified by:
getPaneLocator
in classDashboardEntitiesTab
-
getFavouritePage
public FavouritePage getFavouritePage(Page page)
Deprecated.
-
-