org.xwiki.appwithinminutes.test.po
Class EntryNamePane
java.lang.Object
org.xwiki.test.ui.po.BaseElement
org.xwiki.appwithinminutes.test.po.EntryNamePane
public class EntryNamePane
- extends BaseElement
Represents the pane used to input the entry name.
- Since:
- 4.2M1
- Version:
- $Id: e50990c486583f9a713fd4d92b91bb45f96b9d8b $
|
Method Summary |
EntryEditPage |
clickAdd()
Clicks on the add button to add the entry with the specified name. |
void |
setName(String name)
Types the given string into the name input. |
| 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 |
EntryNamePane
public EntryNamePane()
setName
public void setName(String name)
- Types the given string into the name input.
- Parameters:
name - the entry name
clickAdd
public EntryEditPage clickAdd()
- Clicks on the add button to add the entry with the specified name.
- Returns:
- the page used to edit the new entry
Copyright © 2004-2013 XWiki. All Rights Reserved.