Package org.xwiki.flamingo.skin.test.po
Class SiblingsPage
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.flamingo.skin.test.po.SiblingsPage
-
public class SiblingsPage extends BaseElement
Provides to operations to go to a document's siblings page, and to consult its content.- Since:
- 13.5RC1
- Version:
- $Id: 154e1668c70e1fdbbb81a55366752aa40a089755 $
-
-
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 SiblingsPage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SiblingsPage
clickOnSiblingsMenu()
Access the siblings page of the current document using the hamburger menu.LiveDataElement
getLiveData()
static SiblingsPage
goToPage(org.xwiki.model.reference.DocumentReference documentReference)
Go to the siblings 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
-
clickOnSiblingsMenu
public static SiblingsPage clickOnSiblingsMenu()
Access the siblings page of the current document using the hamburger menu.- Returns:
- a siblings page object instance
-
goToPage
public static SiblingsPage goToPage(org.xwiki.model.reference.DocumentReference documentReference)
Go to the siblings page of a document.- Parameters:
documentReference
- the reference of the document- Returns:
- a siblings page object instance
-
getLiveData
public LiveDataElement getLiveData()
- Returns:
- a live data page object listing the siblings of the current page
-
-