Class LabelsDialog
- java.lang.Object
- 
- com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
- 
- com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
- 
- com.atlassian.confluence.pageobjects.component.dialog.Dialog
- 
- com.atlassian.confluence.pageobjects.component.dialog.LabelsDialog
 
 
 
 
- 
- All Implemented Interfaces:
- PageComponent
 
 @Deprecated public class LabelsDialog extends Dialog Deprecated.in 5.8. UseLabelsDialoginstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
- 
- 
Field Summary- 
Fields inherited from class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialogid
 - 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponentdriver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
 
- 
 - 
Constructor SummaryConstructors Constructor Description LabelsDialog()Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LabelsDialogaddLabel(String label)Deprecated.Types in the label input and clicks add.LabelsDialogaddLabelAndWait(String label)Deprecated.Types in the label input and clicks add.voidclose()Deprecated.List<String>getLabels()Deprecated.DialogLabelSectiongetLabelSection()Deprecated.com.atlassian.pageobjects.elements.query.TimedConditionisReady()Deprecated.- 
Methods inherited from class com.atlassian.confluence.pageobjects.component.dialog.DialogclickButton, clickCancel, clickCancelAndWaitUntilClosed, clickLink, clickPageMenu, find, findAll, getTitle
 - 
Methods inherited from class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialoggetDialog, getHeight, getId, getWidth, isVisible, isVisibleTimed, pressEscape, pressEscapeOnly, toString, waitForRemoval, waitUntilAUIBlanketHidden, waitUntilHidden, waitUntilVisible
 
- 
 
- 
- 
- 
Method Detail- 
getLabelSectionpublic DialogLabelSection getLabelSection() Deprecated.
 - 
addLabelpublic LabelsDialog addLabel(String label) Deprecated.Types in the label input and clicks add. This method does not wait for the label to be added.
 - 
addLabelAndWaitpublic LabelsDialog addLabelAndWait(String label) Deprecated.Types in the label input and clicks add. This method waits for the typed label to be added.
 - 
closepublic void close() Deprecated.
 - 
isReadypublic com.atlassian.pageobjects.elements.query.TimedCondition isReady() Deprecated.
 
- 
 
-