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. Use AbstractLabelSection instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
  • Field Details

    • pageBinder

      @Inject protected com.atlassian.pageobjects.PageBinder pageBinder
      Deprecated.
    • labelList

      protected com.atlassian.pageobjects.elements.PageElement labelList
      Deprecated.
  • Constructor Details

    • AbstractLabelSection

      public AbstractLabelSection(com.atlassian.pageobjects.elements.PageElement parentElement)
      Deprecated.
  • Method Details

    • 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.
    • getAllLabelText

      public List<String> getAllLabelText()
      Deprecated.
    • hasLabelCondition

      public com.atlassian.pageobjects.elements.query.TimedCondition hasLabelCondition(String label)
      Deprecated.