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. UseDashboardUpdatesPanelinstead 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 classDashboardUpdatesPanel.TabDeprecated.
-
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.TabgetSelectedTab()Deprecated.DashboardUpdatesContentgotoTab(DashboardUpdatesPanel.Tab tab)Deprecated.<T> TgotoTab(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.
-
-