Class AbstractLabelSection
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.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. UseAbstractLabelSectioninstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractLabelSection.LabelDeprecated.
-
Field Summary
Fields Modifier and Type Field Description protected com.atlassian.pageobjects.elements.PageElementlabelListDeprecated.protected com.atlassian.pageobjects.PageBinderpageBinderDeprecated.
-
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.TimedConditionhasLabelCondition(String label)Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionlabelsVisibleCondition()Deprecated.intsize()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.
-
-