org.xwiki.appwithinminutes.test.po
Class AppWithinMinutesHomePage

java.lang.Object
  extended by org.xwiki.test.ui.po.BaseElement
      extended by org.xwiki.test.ui.po.BasePage
          extended by org.xwiki.test.ui.po.ViewPage
              extended by org.xwiki.appwithinminutes.test.po.AppWithinMinutesHomePage

public class AppWithinMinutesHomePage
extends ViewPage

Represents the actions possible on the App Within Minutes home page.

Since:
4.2M1
Version:
$Id: 8b50b286b59225cc26a1f1e8544eb6155d419fdc $

Field Summary
static String TITLE
          The title of the AppWithinMinutes home page.
 
Constructor Summary
AppWithinMinutesHomePage()
           
 
Method Summary
 ApplicationCreatePage clickCreateApplication()
          Clicks on the Create Application button.
 ApplicationsLiveTableElement getAppsLiveTable()
           
 String getURL()
           
static AppWithinMinutesHomePage gotoPage()
          Opens the App Within Minutes home page.
 
Methods inherited from class org.xwiki.test.ui.po.ViewPage
clickBreadcrumbLink, clickWantedLink, editSection, exists, getBreadcrumbContent, getContent, hasBreadcrumbContent, isInlinePage, openAttachmentsDocExtraPane, openCommentsDocExtraPane, openHistoryDocExtraPane, waitForDocExtraPaneActive, waitUntilContent
 
Methods inherited from class org.xwiki.test.ui.po.BasePage
canDelete, clickContentMenuEditSubMenuEntry, clickContentMenuTopEntry, copy, createInlinePage, createPage, createSpace, delete, edit, editClass, editInline, editObjects, editRights, editWiki, editWYSIWYG, getCurrentUser, getDocumentTitle, getEditURL, getMetaDataValue, getPageMenuLink, getPageTitle, getPageURL, hasLoginLink, isAuthenticated, isNewDocument, login, logout, register, sendKeys, waitUntilPageIsLoaded, watchDocument, watchSpace
 
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
 

Field Detail

TITLE

public static final String TITLE
The title of the AppWithinMinutes home page.

See Also:
Constant Field Values
Constructor Detail

AppWithinMinutesHomePage

public AppWithinMinutesHomePage()
Method Detail

gotoPage

public static AppWithinMinutesHomePage gotoPage()
Opens the App Within Minutes home page.

Returns:
the App Within Minutes home page

getURL

public String getURL()
Returns:
the URL of the App Within Minutes home page

clickCreateApplication

public ApplicationCreatePage clickCreateApplication()
Clicks on the Create Application button.

Returns:
the page that represents the first step of the App Within Minutes wizard

getAppsLiveTable

public ApplicationsLiveTableElement getAppsLiveTable()
Returns:
the live table that list existing applications


Copyright © 2004-2013 XWiki. All Rights Reserved.