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. UseLabelsDialog
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
id
-
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
-
-
Constructor Summary
Constructors Constructor Description LabelsDialog()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LabelsDialog
addLabel(String label)
Deprecated.Types in the label input and clicks add.LabelsDialog
addLabelAndWait(String label)
Deprecated.Types in the label input and clicks add.void
close()
Deprecated.List<String>
getLabels()
Deprecated.DialogLabelSection
getLabelSection()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
isReady()
Deprecated.-
Methods inherited from class com.atlassian.confluence.pageobjects.component.dialog.Dialog
clickButton, clickCancel, clickCancelAndWaitUntilClosed, clickLink, clickPageMenu, find, findAll, getTitle
-
Methods inherited from class com.atlassian.confluence.pageobjects.component.dialog.AbstractDialog
getDialog, getHeight, getId, getWidth, isVisible, isVisibleTimed, pressEscape, pressEscapeOnly, toString, waitForRemoval, waitUntilAUIBlanketHidden, waitUntilHidden, waitUntilVisible
-
-
-
-
Method Detail
-
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.
-
-