Class AbstractLabelSection
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.selenium3.component.labels.AbstractLabelSection
-
- All Implemented Interfaces:
PageComponent
- Direct Known Subclasses:
DialogLabelSection
,PageLabelsSection
@Deprecated public abstract class AbstractLabelSection extends Object implements PageComponent
Deprecated.in 5.8. UseAbstractLabelSection
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AbstractLabelSection.Label
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description protected com.atlassian.pageobjects.elements.PageElement
labelList
Deprecated.protected com.atlassian.pageobjects.PageBinder
pageBinder
Deprecated.
-
Constructor Summary
Constructors Constructor Description AbstractLabelSection(com.atlassian.pageobjects.elements.PageElement parentElement)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
findLabels
protected List<com.atlassian.pageobjects.elements.PageElement> findLabels()
Deprecated.
-
size
public int size()
Deprecated.
-
labelsVisibleCondition
public com.atlassian.pageobjects.elements.query.TimedCondition labelsVisibleCondition()
Deprecated.
-
hasLabelCondition
public com.atlassian.pageobjects.elements.query.TimedCondition hasLabelCondition(String label)
Deprecated.
-
-