Class DashboardConfigurationSectionView


  • public class DashboardConfigurationSectionView
    extends org.xwiki.test.ui.po.ViewPage
    Represents actions that can be done on the configuration section from within the AdminTools.WebHome page dashboard.
    Version:
    $Id$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.openqa.selenium.WebElement backendContent  
      org.openqa.selenium.WebElement backendLogsHyperlink  
      • Fields inherited from class org.xwiki.test.ui.po.BasePage

        logo
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      LastNLinesModalView clickViewLastLogsModal()
      Click the hyperlink inside the configuration section to open the view for last n lines of log modal.
      List<org.openqa.selenium.WebElement> getErrorMessages()  
      String getText()  
      • 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
      • Methods inherited from class org.xwiki.test.ui.po.BaseElement

        getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
    • Field Detail

      • backendLogsHyperlink

        public org.openqa.selenium.WebElement backendLogsHyperlink
      • backendContent

        public org.openqa.selenium.WebElement backendContent
    • Constructor Detail

      • DashboardConfigurationSectionView

        public DashboardConfigurationSectionView()
    • Method Detail

      • getText

        public String getText()
      • getErrorMessages

        public List<org.openqa.selenium.WebElement> getErrorMessages()
      • clickViewLastLogsModal

        public LastNLinesModalView clickViewLastLogsModal()
        Click the hyperlink inside the configuration section to open the view for last n lines of log modal.