Class DashboardUpdatesPanel
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
-
- com.atlassian.confluence.pageobjects.component.dashboard.DashboardUpdatesPanel
-
- All Implemented Interfaces:
PageComponent
@Deprecated public class DashboardUpdatesPanel extends ConfluenceAbstractPageComponent
Deprecated.in 5.8. UseDashboardUpdatesPanel
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.Represents the recently updated panel on the right of the dashboard.- Since:
- 4.1
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DashboardUpdatesPanel.Tab
Deprecated.
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, javascriptExecutor, pageBinder, pageElementFinder, timeouts
-
-
Constructor Summary
Constructors Constructor Description DashboardUpdatesPanel()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DashboardUpdatesPanel.Tab
getSelectedTab()
Deprecated.DashboardUpdatesContent
gotoTab(DashboardUpdatesPanel.Tab tab)
Deprecated.<T> T
gotoTab(DashboardUpdatesPanel.Tab tab, Class<T> tabWebElement, Object... args)
Deprecated.
-
-
-
Method Detail
-
gotoTab
public <T> T gotoTab(DashboardUpdatesPanel.Tab tab, Class<T> tabWebElement, Object... args)
Deprecated.
-
gotoTab
public DashboardUpdatesContent gotoTab(DashboardUpdatesPanel.Tab tab)
Deprecated.
-
getSelectedTab
public DashboardUpdatesPanel.Tab getSelectedTab()
Deprecated.
-
-