Package org.xwiki.flamingo.skin.test.po
Class ChildrenPage
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.flamingo.skin.test.po.ChildrenPage
-
public class ChildrenPage extends BaseElement
Provides to operations to go to a document's children page, and to consult its content.- Since:
- 13.5RC1
- Version:
- $Id: c6d85f682755444a0a86122d08dc9ee68cedc9aa $
-
-
Field Summary
Fields Modifier and Type Field Description static String
LIVE_DATA_ACTIONS
Name of the action Live Data column.static String
LIVE_DATA_DATE
Name of the date Live Data column.static String
LIVE_DATA_LAST_AUTHOR
Name of the last author Live Data column.static String
LIVE_DATA_TITLE
Name of the title Live Data column.
-
Constructor Summary
Constructors Constructor Description ChildrenPage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChildrenPage
clickOnChildrenMenu()
Access the children page of the current document using the hamburger menu.LiveDataElement
getLiveData()
static ChildrenPage
goToPage(org.xwiki.model.reference.DocumentReference documentReference)
Go to the children page of a document.-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-
-
-
Field Detail
-
LIVE_DATA_TITLE
public static final String LIVE_DATA_TITLE
Name of the title Live Data column.- See Also:
- Constant Field Values
-
LIVE_DATA_ACTIONS
public static final String LIVE_DATA_ACTIONS
Name of the action Live Data column.- See Also:
- Constant Field Values
-
LIVE_DATA_DATE
public static final String LIVE_DATA_DATE
Name of the date Live Data column.- See Also:
- Constant Field Values
-
LIVE_DATA_LAST_AUTHOR
public static final String LIVE_DATA_LAST_AUTHOR
Name of the last author Live Data column.- See Also:
- Constant Field Values
-
-
Method Detail
-
clickOnChildrenMenu
public static ChildrenPage clickOnChildrenMenu()
Access the children page of the current document using the hamburger menu.- Returns:
- a children page object instance
-
goToPage
public static ChildrenPage goToPage(org.xwiki.model.reference.DocumentReference documentReference)
Go to the children page of a document.- Parameters:
documentReference
- the reference of the document- Returns:
- a children page object instance
-
getLiveData
public LiveDataElement getLiveData()
- Returns:
- a live data page object listing the children of the current page
-
-