Class PageLabelsSection
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.labels.AbstractLabelSection
-
- com.atlassian.confluence.pageobjects.component.labels.PageLabelsSection
-
- All Implemented Interfaces:
PageComponent
@Deprecated public class PageLabelsSection extends AbstractLabelSection
Deprecated.in 5.8. UsePageLabelsSectioninstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.atlassian.confluence.pageobjects.component.labels.AbstractLabelSection
AbstractLabelSection.Label
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.pageobjects.component.labels.AbstractLabelSection
labelList, pageBinder
-
-
Constructor Summary
Constructors Constructor Description PageLabelsSection(com.atlassian.pageobjects.elements.PageElement parentElement)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.atlassian.pageobjects.elements.query.TimedConditioneditLabelButtonVisible()Deprecated.List<AbstractLabelSection.Label>getLabels()Deprecated.LabelsDialoggetLabelsDialog()Deprecated.LabelsDialogopenLabelsDialog()Deprecated.-
Methods inherited from class com.atlassian.confluence.pageobjects.component.labels.AbstractLabelSection
findLabels, getAllLabelText, hasLabelCondition, labelsVisibleCondition, size
-
-
-
-
Method Detail
-
openLabelsDialog
public LabelsDialog openLabelsDialog()
Deprecated.
-
getLabelsDialog
public LabelsDialog getLabelsDialog()
Deprecated.
-
editLabelButtonVisible
public com.atlassian.pageobjects.elements.query.TimedCondition editLabelButtonVisible()
Deprecated.
-
getLabels
public List<AbstractLabelSection.Label> getLabels()
Deprecated.
-
-