org.xwiki.appwithinminutes.test.po
Class ApplicationHomePage
java.lang.Object
org.xwiki.test.ui.po.BaseElement
org.xwiki.test.ui.po.BasePage
org.xwiki.test.ui.po.ViewPage
org.xwiki.appwithinminutes.test.po.ApplicationHomePage
public class ApplicationHomePage
- extends ViewPage
Represents the actions possible on the application home page.
- Since:
- 4.2M1
- Version:
- $Id: 2685af4b4b2b2343776d9dfda15da3e24baa0363 $
| Methods inherited from class org.xwiki.test.ui.po.ViewPage |
canDelete, clickBreadcrumbLink, clickWantedLink, copy, createPage, createSpace, delete, editSection, exists, getBreadcrumbContent, getContent, getCurrentUser, getDocumentTitle, hasBreadcrumbContent, hasLoginLink, isInlinePage, login, logout, openAttachmentsDocExtraPane, openCommentsDocExtraPane, openHistoryDocExtraPane, register, waitForDocExtraPaneActive, waitUntilContent, watchDocument, watchSpace |
| Methods inherited from class org.xwiki.test.ui.po.BasePage |
clickContentMenuEditSubMenuEntry, clickContentMenuTopEntry, edit, editClass, editInline, editObjects, editRights, editWiki, editWYSIWYG, getEditURL, getMetaDataValue, getPageTitle, getPageURL, isAuthenticated, isNewDocument, sendKeys, waitUntilPageIsLoaded |
| Methods inherited from class org.xwiki.test.ui.po.BaseElement |
executeJavascript, getDriver, getUtil, makeAlertDialogSilent, makeConfirmDialogSilent, makeElementVisible, makeElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilElementDisappears, waitUntilElementEndsWithAttributeValue, waitUntilElementHasAttributeValue, waitUntilElementHasTextContent, waitUntilElementIsVisible, waitUntilElementsAreVisible |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationHomePage
public ApplicationHomePage()
clickAddNewEntry
public EntryNamePane clickAddNewEntry()
- Clicks on the link to add a new application entry.
- Returns:
- the pane used to input the entry name
clickEditApplication
public ApplicationClassEditPage clickEditApplication()
- Clicks on the link that leads to the class editor.
- Returns:
- the page used to edit the application class
getEntriesLiveTable
public LiveTableElement getEntriesLiveTable()
- Returns:
- the live table used to browser application data
hasEntriesLiveTable
public boolean hasEntriesLiveTable()
- Returns:
true if the entries live table is displayed on the home page, false otherwise
createInlinePage
protected <T extends InlinePage> T createInlinePage()
- Overrides:
createInlinePage in class BasePage
Copyright © 2004-2013 XWiki. All Rights Reserved.