Class AdminToolsHomePage
- 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.pages.AdminToolsHomePage
-
public class AdminToolsHomePage extends org.xwiki.test.ui.po.ViewPageRepresents actions that can be done on the AdminTools.WebHome page.- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description AdminToolsHomePage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DashboardConfigurationSectionViewgetConfigurationSection()Open the dashboard configuration section.static DashboardFilesSectionViewgetFilesSection()Open the dashboard files section.static DashboardHealthSectionViewgetHealthSection()static DashboardUsageSectionViewgetInstanceUsageSection()org.openqa.selenium.WebElementgetNonAdminUserView()Get the view for a user that does not have admin rights.static DashboardSecuritySectionViewgetSecuritySection()static AdminToolsHomePagegotoPage()Opens the home page.static booleanisCurrentPage(org.xwiki.test.ui.po.ViewPage vp)Check if the page is the same as Admin Tools WebHome.-
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
-
gotoPage
public static AdminToolsHomePage gotoPage()
Opens the home page.
-
getConfigurationSection
public static DashboardConfigurationSectionView getConfigurationSection()
Open the dashboard configuration section.
-
getFilesSection
public static DashboardFilesSectionView getFilesSection()
Open the dashboard files section.
-
getHealthSection
public static DashboardHealthSectionView getHealthSection()
-
getInstanceUsageSection
public static DashboardUsageSectionView getInstanceUsageSection()
-
getSecuritySection
public static DashboardSecuritySectionView getSecuritySection()
-
isCurrentPage
public static boolean isCurrentPage(org.xwiki.test.ui.po.ViewPage vp)
Check if the page is the same as Admin Tools WebHome.
-
getNonAdminUserView
public org.openqa.selenium.WebElement getNonAdminUserView()
Get the view for a user that does not have admin rights.
-
-