Package org.xwiki.flashmessages.test.po
Class FlashHomePage
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.BasePage
-
- org.xwiki.test.ui.po.ViewPage
-
- org.xwiki.flashmessages.test.po.FlashHomePage
-
public class FlashHomePage extends org.xwiki.test.ui.po.ViewPageRepresents actions that can be done on the Flash.WebHome page.- Since:
- 1.1.2
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description FlashHomePage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleancontainsXWikiMessage(String message)Check if the page contains xwiki messageStringgetInfoMessage()Get info messageorg.xwiki.test.ui.po.LiveTableElementgetLiveTable()Get livetablestatic StringgetPage()Get pagestatic StringgetSpace()Get spaceStringgetTitle()Get titlestatic FlashHomePagegotoPage()Go to pagestatic FlashHomePagegotoPage(String language)Go to page-
Methods inherited from class org.xwiki.test.ui.po.ViewPage
clickBreadcrumbLink, clickWantedLink, clickWantedLink, contentContainsElement, editSection, exists, getBreadcrumb, getBreadcrumbContent, getContent, 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, getEditURL, getErrorContent, getHTMLMetaDataValue, getLocales, getMetaDataValue, getPageTitle, getPageURL, hasLeftPanel, hasLoginLink, hasNotificationsMenu, hasRenderingError, hideDrawer, isAuthenticated, isDrawerVisible, isForbidden, isNewDocument, isNotificationsMenuOpen, login, logout, register, reloadPage, rename, sendKeys, showDrawer, toggleActionMenu, toggleDrawer, toggleNotificationsMenu, useShortcutKeyForClassEditing, useShortcutKeyForEditing, useShortcutKeyForInlineEditing, useShortcutKeyForObjectEditing, useShortcutKeyForPageDeletion, useShortcutKeyForPageRenaming, useShortcutKeyForRightsEditing, useShortcutKeyForSourceViewer, useShortcutKeyForWikiEditing, useShortcutKeyForWysiwygEditing, viewChildren, watchDocument, watchSpace, watchWiki
-
-
-
-
Method Detail
-
gotoPage
public static FlashHomePage gotoPage()
Go to page- Returns:
- the view page of the requested entry
-
gotoPage
public static FlashHomePage gotoPage(String language)
Go to page- Parameters:
language- the language in which to display the page- Returns:
- the view page of the requested entry
-
getSpace
public static String getSpace()
Get space- Returns:
- the space of the Flash Messages application
-
getPage
public static String getPage()
Get page- Returns:
- the WebHome of the Flash Messages application
-
getTitle
public String getTitle()
Get title- Returns:
- the page's title
-
getInfoMessage
public String getInfoMessage()
Get info message- Returns:
- the message at the top of the page
-
getLiveTable
public org.xwiki.test.ui.po.LiveTableElement getLiveTable()
Get livetable- Returns:
- the livetable element
-
-