Package org.xwiki.test.ui.po
Class BreadcrumbElement
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.test.ui.po.BreadcrumbElement
-
public class BreadcrumbElement extends BaseElement
Represents the page breadcrumb.- Since:
- 7.2M3
- Version:
- $Id: 6bd139512e07caa5901312e8295c998d8d11c672 $
-
-
Constructor Summary
Constructors Constructor Description BreadcrumbElement(org.openqa.selenium.WebElement container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canBeExpanded()
void
clickPathElement(String linkText)
void
expand()
List<String>
getPath()
String
getPathAsString()
boolean
hasPathElement(String text, boolean isCurrent, boolean withLink)
-
Methods inherited from class org.xwiki.test.ui.po.BaseElement
getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady
-
-