org.xwiki.faq.test.po
Class FAQHomePage

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.faq.test.po.FAQHomePage

public class FAQHomePage
extends ViewPage

Represents actions that can be done on the FAQ.WebHome page.

Since:
4.3M2
Version:
$Id: 0eb3c36ead197a58b8dede4ecb407e221dceb5f7 $

Constructor Summary
FAQHomePage()
           
 
Method Summary
 FAQEntryEditPage addFAQEntry(String faqName)
           
 LiveTableElement getFAQLiveTable()
           
static String getPage()
           
static String getSpace()
           
static FAQHomePage gotoPage()
          Opens the home page.
 
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, createInlinePage, 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
 

Constructor Detail

FAQHomePage

public FAQHomePage()
Method Detail

gotoPage

public static FAQHomePage gotoPage()
Opens the home page.


getSpace

public static String getSpace()

getPage

public static String getPage()

addFAQEntry

public FAQEntryEditPage addFAQEntry(String faqName)
Parameters:
faqName - the name of the FAQ entry to add
Returns:
the new FAQ entry page

getFAQLiveTable

public LiveTableElement getFAQLiveTable()
Returns:
the FAQ livetable element


Copyright © 2004-2012 XWiki. All Rights Reserved.