com.atlassian.confluence.webdriver.pageobjects.component.labels.AbstractLabelSection
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public abstract class AbstractLabelSection extends Object implements PageComponent
Modifier and Type | Class and Description |
---|---|
static class |
AbstractLabelSection.Label
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
labelList
Deprecated.
|
protected com.atlassian.pageobjects.PageBinder |
pageBinder
Deprecated.
|
Constructor and Description |
---|
AbstractLabelSection(com.atlassian.pageobjects.elements.PageElement parentElement)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected List<com.atlassian.pageobjects.elements.PageElement> |
findLabels()
Deprecated.
|
List<String> |
getAllLabelText()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
hasLabelCondition(String label)
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
labelsVisibleCondition()
Deprecated.
|
int |
size()
Deprecated.
|
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
protected com.atlassian.pageobjects.elements.PageElement labelList
public AbstractLabelSection(com.atlassian.pageobjects.elements.PageElement parentElement)
protected List<com.atlassian.pageobjects.elements.PageElement> findLabels()
public int size()
public com.atlassian.pageobjects.elements.query.TimedCondition labelsVisibleCondition()
public com.atlassian.pageobjects.elements.query.TimedCondition hasLabelCondition(String label)
Copyright © 2003–2020 Atlassian. All rights reserved.