|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xwiki.test.ui.po.BaseElement
org.xwiki.test.ui.po.BasePage
org.xwiki.test.ui.po.ViewPage
org.xwiki.appwithinminutes.test.po.ApplicationCreatePage
public class ApplicationCreatePage
Represents the actions possible on the first step of the App Within Minutes wizard.
| Constructor Summary | |
|---|---|
ApplicationCreatePage()
|
|
| Method Summary | |
|---|---|
ApplicationClassEditPage |
clickNextStep()
Clicks on the Next Step button. |
org.openqa.selenium.WebElement |
getApplicationNameInput()
|
static ApplicationCreatePage |
gotoPage()
Loads the first step of the App Within Minutes wizard |
void |
setApplicationName(String appName)
Types the given string into the application name input. |
void |
waitForApplicationNameError()
Waits until the application name input has an error message. |
void |
waitForApplicationNamePreview()
Waits until the preview for the currently inputed application name is displayed. |
| 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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationCreatePage()
| Method Detail |
|---|
public static ApplicationCreatePage gotoPage()
public void setApplicationName(String appName)
appName - the application namepublic org.openqa.selenium.WebElement getApplicationNameInput()
public void waitForApplicationNamePreview()
public void waitForApplicationNameError()
public ApplicationClassEditPage clickNextStep()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||