Class ViewPageWithTasks
java.lang.Object
org.xwiki.test.ui.po.BaseElement
org.xwiki.test.ui.po.BasePage
org.xwiki.test.ui.po.ViewPage
org.xwiki.contrib.application.task.test.po.ViewPageWithTasks
public class ViewPageWithTasks
extends org.xwiki.test.ui.po.ViewPage
Represents actions that can be done on a page that contains task macros..
- Since:
- 3.2.1
- Version:
- $Id$
-
Field Summary
Fields inherited from class org.xwiki.test.ui.po.BasePage
logo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclickTaskMacroCheckbox(int index) getTaskMacroContent(int index) org.openqa.selenium.WebElementgetTaskMacroLink(int index) List<org.openqa.selenium.WebElement>org.xwiki.livedata.test.po.TableLayoutElementgetTaskReportLivedataTable(int index) org.xwiki.test.ui.po.LiveTableElementDeprecated.getTasks()booleanisTaskMacroCheckboxChecked(int index) 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, waitUntilContentMethods 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, watchWikiMethods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
Constructor Details
-
ViewPageWithTasks
public ViewPageWithTasks()
-
-
Method Details
-
getTaskMacros
-
getTasks
-
getTaskMacroContent
-
getTaskMacroLink
public org.openqa.selenium.WebElement getTaskMacroLink(int index) -
isTaskMacroCheckboxChecked
public boolean isTaskMacroCheckboxChecked(int index) -
clickTaskMacroCheckbox
public void clickTaskMacroCheckbox(int index) -
getTaskReportLiveTable
Deprecated.usegetTaskReportLivedataTable(int)instead. -
getTaskReportLivedataTable
public org.xwiki.livedata.test.po.TableLayoutElement getTaskReportLivedataTable(int index) - Parameters:
index- the index of the livedata element present on this page. Starts at 0.- Returns:
- the livedata found at the given index.
- Throws:
org.openqa.selenium.NoSuchElementException- if the index does not correspond to any livedata.- Since:
- 3.10.0
-
getTaskReportLivedataTable(int)instead.