Class DashboardHealthSectionView
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.BasePage
-
- org.xwiki.test.ui.po.ViewPage
-
- com.xwiki.admintools.test.po.sections.DashboardHealthSectionView
-
public class DashboardHealthSectionView extends org.xwiki.test.ui.po.ViewPageRepresents actions that can be done on the health section from within the AdminTools application.- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description DashboardHealthSectionView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlushCacheModalViewclickFlushCacheHyperlink()Open the flush cache modal.voidclickResultsToggle()Toggle the results logs.org.openqa.selenium.WebElementgetHealthContent()Get the content of the health check dashboard.org.openqa.selenium.WebElementgetHealthJobStartButton()Get the health check job start button.org.openqa.selenium.WebElementgetLogs()Get the health check job logs.-
Methods inherited from class org.xwiki.test.ui.po.ViewPage
clickBreadcrumbLink, clickWantedLink, clickWantedLink, contentContainsElement, editSection, exists, getBreadcrumb, getBreadcrumbContent, getContent, getLastModifiedText, getPageBackgroundColor, getTitleColor, getTitleFontFamily, getTranslateButton, hasBreadcrumbContent, hasBreadcrumbContent, hasTranslateButton, isInlinePage, openCommentsDocExtraPane, openHistoryDocExtraPane, openInformationDocExtraPane, scrollToTop, useShortcutForDocExtraPane, useShortcutKeyForCommentPane, useShortcutKeyForHistoryPane, useShortcutKeyForInformationPane, waitForDocExtraPaneActive, waitUntilContent
-
Methods inherited from class org.xwiki.test.ui.po.BasePage
canDelete, clickAdminActionsSubMenuEntry, clickEditSubMenuEntry, clickLocale, clickMoreActionsSubMenuEntry, copy, createInlinePage, createPage, delete, deletePage, edit, editClass, editInline, editObjects, editRights, editWiki, editWYSIWYG, getCurrentUser, getDocumentTitle, getDrawerMenu, getEditURL, getErrorContent, getHTMLMetaDataValue, getLocales, getMetaDataValue, getPageTitle, getPageURL, getXWikiMessageContent, hasLeftPanel, hasLoginLink, hasNotificationsMenu, hasRenderingError, isAuthenticated, isForbidden, isNewDocument, isNotificationsMenuOpen, login, logout, register, reloadPage, rename, sendKeys, toggleActionMenu, toggleNotificationsMenu, useShortcutKeyForClassEditing, useShortcutKeyForEditing, useShortcutKeyForInlineEditing, useShortcutKeyForObjectEditing, useShortcutKeyForPageDeletion, useShortcutKeyForPageRenaming, useShortcutKeyForRightsEditing, useShortcutKeyForSourceViewer, useShortcutKeyForWikiEditing, useShortcutKeyForWysiwygEditing, validateWCAG, validateWCAG, validateWCAG, viewChildren, watchDocument, watchSpace, watchWiki
-
-
-
-
Method Detail
-
getHealthJobStartButton
public org.openqa.selenium.WebElement getHealthJobStartButton()
Get the health check job start button.
-
getHealthContent
public org.openqa.selenium.WebElement getHealthContent()
Get the content of the health check dashboard.
-
clickResultsToggle
public void clickResultsToggle()
Toggle the results logs.
-
getLogs
public org.openqa.selenium.WebElement getLogs()
Get the health check job logs.
-
clickFlushCacheHyperlink
public FlushCacheModalView clickFlushCacheHyperlink()
Open the flush cache modal.
-
-