Class ViewFileViewPage
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.BasePage
-
- org.xwiki.test.ui.po.ViewPage
-
- com.xwiki.pro.test.po.confluence.viewfile.ViewFileViewPage
-
public class ViewFileViewPage extends org.xwiki.test.ui.po.ViewPage
-
-
Field Summary
Fields Modifier and Type Field Description static StringCSS_SELECTOR_VIEW_FILE_FULL
-
Constructor Summary
Constructors Constructor Description ViewFileViewPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBlockViewFiles()StringgetErrorMessage()intgetInlineViewFilesCount()booleanhasLoadedInFullViewMode()booleanisGenericThumbnail()booleanisPreviewThumbnail()Preview if the value is created using the office server, generic otherwise.-
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
-
-
-
-
Field Detail
-
CSS_SELECTOR_VIEW_FILE_FULL
public static final String CSS_SELECTOR_VIEW_FILE_FULL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getErrorMessage
public String getErrorMessage()
-
getInlineViewFilesCount
public int getInlineViewFilesCount()
- Returns:
- count of inline calls of view file.
-
getBlockViewFiles
public int getBlockViewFiles()
- Returns:
- count of block calls of view file.
-
isPreviewThumbnail
public boolean isPreviewThumbnail()
Preview if the value is created using the office server, generic otherwise.- Returns:
-
isGenericThumbnail
public boolean isGenericThumbnail()
-
hasLoadedInFullViewMode
public boolean hasLoadedInFullViewMode()
-
-