Breadcrumbs instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.@Deprecated public class Breadcrumbs extends ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter| Constructor and Description |
|---|
Breadcrumbs()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<P> P |
clickLastBreadcrumb(Class<P> clazz)
Deprecated.
|
<P> P |
clickLinkBreadcrumb(int index,
Class<P> clazz)
Deprecated.
|
Breadcrumbs |
expand()
Deprecated.
|
int |
getBreadcrumbCount()
Deprecated.
|
String |
getLastTextBreadcrumb()
Deprecated.
|
com.atlassian.pageobjects.elements.PageElement |
getLinkBreadcrumb(int index)
Deprecated.
|
String |
getTextBreadcrumb(int index)
Deprecated.
|
void |
initialise()
Deprecated.
|
boolean |
isCollapsed()
Deprecated.
|
getComponentpublic void initialise()
public int getBreadcrumbCount()
public com.atlassian.pageobjects.elements.PageElement getLinkBreadcrumb(int index)
public <P> P clickLinkBreadcrumb(int index,
Class<P> clazz)
public <P> P clickLastBreadcrumb(Class<P> clazz)
public String getTextBreadcrumb(int index)
public String getLastTextBreadcrumb()
public boolean isCollapsed()
public Breadcrumbs expand()
Copyright © 2003–2016 Atlassian. All rights reserved.