Package org.xwiki.filter.test.po
Class ApplicationFilterHomePage
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.BasePage
-
- org.xwiki.test.ui.po.ViewPage
-
- org.xwiki.filter.test.po.ApplicationFilterHomePage
-
public class ApplicationFilterHomePage extends ViewPage
Represents the Filter Application home page.- Since:
- 16.2.0RC1, 15.10.7
- Version:
- $Id: eed9c974a38712d75b79ff927ab18b3a99d0fdcf $
-
-
Constructor Summary
Constructors Constructor Description ApplicationFilterHomePage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
convert()
org.openqa.selenium.WebElement
getInputField(String propertyName)
org.openqa.selenium.WebElement
getOutputField(String propertyName)
static ApplicationFilterHomePage
gotoPage()
Go to the home page of the Application Index application.void
setInputFilter(String typeId)
void
setInputProperty(String propertyName, String value)
void
setOutputFilter(String typeId)
void
setOutputProperty(String propertyName, String value)
void
setSource(String source)
void
setTarget(String target)
-
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
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Method Detail
-
gotoPage
public static ApplicationFilterHomePage gotoPage()
Go to the home page of the Application Index application.
-
setInputFilter
public void setInputFilter(String typeId)
-
setOutputFilter
public void setOutputFilter(String typeId)
-
getInputField
public org.openqa.selenium.WebElement getInputField(String propertyName)
-
getOutputField
public org.openqa.selenium.WebElement getOutputField(String propertyName)
-
setSource
public void setSource(String source)
-
setTarget
public void setTarget(String target)
-
convert
public void convert()
-
-