org.xwiki.ircbot.test.po
Class IRCBotPage
java.lang.Object
org.xwiki.test.ui.po.BaseElement
org.xwiki.test.ui.po.BasePage
org.xwiki.test.ui.po.ViewPage
org.xwiki.ircbot.test.po.IRCBotPage
public class IRCBotPage
- extends ViewPage
Represents actions that can be done on the IRC.IRCBot page.
- Since:
- 4.0M2
- Version:
- $Id$
| 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, hoverOverMenu, 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 |
IRCBotPage
public IRCBotPage()
gotoPage
public static IRCBotPage gotoPage()
- Opens the IRC Bot page.
clickActionButton
public void clickActionButton()
- Clicks the Bot action button (either starts or stops the Bot).
isBotStarted
public boolean isBotStarted()
- Returns:
- true if the bot is started or false otherwise
isBotListenerStarted
public boolean isBotListenerStarted(String botListenerName)
- Parameters:
botListenerName - the name of the listener bot (eg "Log")
- Returns:
- true if the bot is displayed as started or false otherwise
containsListener
public boolean containsListener(String botListenerName)
- Parameters:
botListenerName - the name of the listener bot (eg "Log")
- Returns:
- true if the bot is displayed in the listener table
Copyright © 2004-2012 XWiki. All Rights Reserved.