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 voidattachFiles(String testResourcePath, List<String> files)booleancheckIfSectionWasLoaded(String sectionClass)intcountBatches()CreateBatchPagecreateNewBatch()MigrationRunningPagegetMigrationRunningPage(int migrationIndex)org.xwiki.livedata.test.po.LiveDataElementgetMigrationsLiveTable()org.xwiki.livedata.test.po.LiveDataElementgetPackageLiveTable()static ConfluenceHomePagegoToPage()StringmigrationStatus(int migrationIndex)voidopenHowToMigrateSubsection(String subsectionClass)voidopenSection(String contentContainer)voidselectMigrationOptions(String selector, String value)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()
-
migrationStatus
public String migrationStatus(int migrationIndex)
- Parameters:
migrationIndex- the index of the migration in the livedata.- Returns:
- the status of the migration
- Since:
- 1.34.3
-
getMigrationRunningPage
public MigrationRunningPage getMigrationRunningPage(int migrationIndex)
-
selectPackage
public MigrationCreationPage selectPackage(int number)
-
openHowToMigrateSubsection
public void openHowToMigrateSubsection(String subsectionClass)
-
openSection
public void openSection(String contentContainer)
-
checkIfSectionWasLoaded
public boolean checkIfSectionWasLoaded(String sectionClass)
-
createNewBatch
public CreateBatchPage createNewBatch()
-
countBatches
public int countBatches()
-
-