Package com.xwiki.confluencepro.test.po
Class ConfluenceHomePage
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.BasePage
-
- org.xwiki.test.ui.po.ViewPage
-
- com.xwiki.confluencepro.test.po.ConfluenceHomePage
-
public class ConfluenceHomePage extends org.xwiki.test.ui.po.ViewPageRepresents actions that can be done on the home page of the app.- Since:
- 1.0
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description ConfluenceHomePage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattachFile(String testResourcePath, String file)booleancheckIfSectionWasLoaded(String sectionClass)intcountBatches()CreateBatchPagecreateNewBatch()org.xwiki.livedata.test.po.LiveDataElementgetMigrationsLiveTable()org.xwiki.livedata.test.po.LiveDataElementgetPackageLiveTable()static ConfluenceHomePagegoToPage()voidlazyLoadSection(String contentContainer)voidopenHowToMigrateSubsection(String subsectionClass)MigrationCreationPageselectPackage(int number)-
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 ConfluenceHomePage goToPage()
-
getPackageLiveTable
public org.xwiki.livedata.test.po.LiveDataElement getPackageLiveTable()
-
getMigrationsLiveTable
public org.xwiki.livedata.test.po.LiveDataElement getMigrationsLiveTable()
-
selectPackage
public MigrationCreationPage selectPackage(int number)
-
openHowToMigrateSubsection
public void openHowToMigrateSubsection(String subsectionClass)
-
lazyLoadSection
public void lazyLoadSection(String contentContainer)
-
checkIfSectionWasLoaded
public boolean checkIfSectionWasLoaded(String sectionClass)
-
createNewBatch
public CreateBatchPage createNewBatch()
-
countBatches
public int countBatches()
-
-