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: c797d02fa1f0ad9ad3ead714503b2643f0452985 $
-
-
Constructor Summary
Constructors Constructor Description EntryNamePane()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Method Detail
-
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
-
-