Class LabelsDialog

  • 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 Detail

      • LabelsDialog

        public LabelsDialog()
        Deprecated.
    • Method Detail

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