Class DashboardPagesTab
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
-
- com.atlassian.confluence.pageobjects.component.dashboard.DashboardEntitiesTab
-
- com.atlassian.confluence.pageobjects.component.dashboard.DashboardPagesTab
-
- All Implemented Interfaces:
PageComponent
@Deprecated public class DashboardPagesTab extends DashboardEntitiesTab
Deprecated.in 5.8. UseDashboardPagesTabinstead 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.ByTAB_PANE_LOCATORDeprecated.-
Fields inherited from class com.atlassian.confluence.pageobjects.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 FavouritePagegetFavouritePage(Page page)Deprecated.protected org.openqa.selenium.BygetPaneLocator()Deprecated.-
Methods inherited from class com.atlassian.confluence.pageobjects.component.dashboard.DashboardEntitiesTab
getText, isVisible
-
-
-
-
Method Detail
-
getPaneLocator
protected org.openqa.selenium.By getPaneLocator()
Deprecated.- Specified by:
getPaneLocatorin classDashboardEntitiesTab
-
getFavouritePage
public FavouritePage getFavouritePage(Page page)
Deprecated.
-
-