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 booleancanBeExpanded()voidclickPathElement(String linkText)voidexpand()List<String>getPath()StringgetPathAsString()booleanhasPathElement(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
-
-