Package com.xwiki.entraid.test.po
Class EntraIDConfigurationViewPage
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.BasePage
-
- org.xwiki.test.ui.po.ViewPage
-
- com.xwiki.entraid.test.po.EntraIDConfigurationViewPage
-
public class EntraIDConfigurationViewPage extends org.xwiki.test.ui.po.ViewPageRepresents actions that can be done on the administration configuration of Entra ID application.- Since:
- 2.1
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description EntraIDConfigurationViewPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openqa.selenium.WebElementgetDisableCheck()org.openqa.selenium.WebElementgetErrorNotification()org.openqa.selenium.WebElementgetNotification()org.openqa.selenium.WebElementgetRemoveCheck()org.openqa.selenium.WebElementgetSyncButton()Go to XWiki Main WebHome.-
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
-
-
-
-
Method Detail
-
getSyncButton
public org.openqa.selenium.WebElement getSyncButton()
Go to XWiki Main WebHome.
-
getDisableCheck
public org.openqa.selenium.WebElement getDisableCheck()
-
getRemoveCheck
public org.openqa.selenium.WebElement getRemoveCheck()
-
getNotification
public org.openqa.selenium.WebElement getNotification()
-
getErrorNotification
public org.openqa.selenium.WebElement getErrorNotification()
-
-