All Implemented Interfaces:
PageComponent

@Deprecated public class LabelsDialog extends Dialog
Deprecated.
in 5.8. Use LabelsDialog instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
  • Constructor Details

    • LabelsDialog

      public LabelsDialog()
      Deprecated.
  • Method Details

    • getLabelSection

      public DialogLabelSection getLabelSection()
      Deprecated.
    • addLabel

      public LabelsDialog addLabel(String label)
      Deprecated.
      Types in the label input and clicks add. This method does not wait for the label to be added.
    • addLabelAndWait

      public LabelsDialog addLabelAndWait(String label)
      Deprecated.
      Types in the label input and clicks add. This method waits for the typed label to be added.
    • close

      public void close()
      Deprecated.
    • isReady

      public com.atlassian.pageobjects.elements.query.TimedCondition isReady()
      Deprecated.
    • getLabels

      public List<String> getLabels()
      Deprecated.