public class DataTypesPage extends ViewPage
Constructor and Description |
---|
DataTypesPage() |
Modifier and Type | Method and Description |
---|---|
ClassSheetPage |
createClass(String spaceName,
String className)
Starts the process of creating a new XClass.
|
org.openqa.selenium.WebElement |
getCreateClassButton() |
static DataTypesPage |
gotoPage()
Opens the page that list the available data types.
|
boolean |
isClassListed(String spaceName,
String className) |
DataTypesPage |
waitUntilPageIsLoaded() |
clickBreadcrumbLink, clickWantedLink, clickWantedLink, contentContainsElement, editSection, exists, getBreadcrumb, getBreadcrumbContent, getContent, getPageBackgroundColor, getTitleColor, getTitleFontFamily, getTranslateButton, hasBreadcrumbContent, hasBreadcrumbContent, hasTranslateButton, isInlinePage, openAttachmentsDocExtraPane, openCommentsDocExtraPane, openHistoryDocExtraPane, openInformationDocExtraPane, scrollToTop, useShortcutKeyForAttachmentPane, useShortcutKeyForCommentPane, useShortcutKeyForHistoryPane, useShortcutKeyForInformationPane, waitForDocExtraPaneActive, waitUntilContent
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, hideDrawer, isAuthenticated, isDrawerVisible, isForbidden, isNewDocument, isNotificationsMenuOpen, login, logout, register, rename, sendKeys, showDrawer, toggleActionMenu, toggleDrawer, toggleNotificationsMenu, useShortcutKeyForClassEditing, useShortcutKeyForEditing, useShortcutKeyForInlineEditing, useShortcutKeyForObjectEditing, useShortcutKeyForPageDeletion, useShortcutKeyForPageRenaming, useShortcutKeyForRightsEditing, useShortcutKeyForSourceViewer, useShortcutKeyForWikiEditing, useShortcutKeyForWysiwygEditing, viewChildren, watchDocument, watchSpace, watchWiki
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageJSIsLoaded
public static DataTypesPage gotoPage()
public ClassSheetPage createClass(String spaceName, String className)
spaceName
- the name of the space where to create the classclassName
- the class namepublic org.openqa.selenium.WebElement getCreateClassButton()
public boolean isClassListed(String spaceName, String className)
spaceName
- the name of the space were the class document isclassName
- the name of the class documenttrue
if the specified class is listed, false
otherwisepublic DataTypesPage waitUntilPageIsLoaded()
waitUntilPageIsLoaded
in class BasePage
Copyright © 2004–2021 XWiki. All rights reserved.