LabelsDialog
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class LabelsDialog extends Dialog
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.PageBinder |
pageBinder
Deprecated.
|
id
driver, frameExecutor, pageElementFinder, timeouts, waiter
Constructor and Description |
---|
LabelsDialog()
Deprecated.
|
Modifier and Type | Method and 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.
|
String |
addLabelAndWaitForError(String label)
Deprecated.
|
LabelsDialog |
addLabelUsingEnterKey(String label)
Deprecated.
|
LabelsDialog |
addLabelWithAutocomplete(String autocompleteText,
String expectedLabel)
Deprecated.
|
void |
close()
Deprecated.
|
String |
getErrorMessage()
Deprecated.
Waits for the error message to be visible and returns the error text.
|
List<String> |
getLabels()
Deprecated.
|
DialogLabelSection |
getLabelSection()
Deprecated.
|
boolean |
hasErrorMessage()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
hasLabels(String label)
Deprecated.
|
boolean |
isLabelInputFocused()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isOpen()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
isReady()
Deprecated.
|
LabelsDialog |
removeLabel(String labelText)
Deprecated.
|
clickButton, clickCancel, clickCancelAndWaitUntilClosed, clickLink, clickPageMenu, find, findAll, getTitle, hasButton, hasLink, hasPageMenu, isButtonDisabled
getDialog, getHeight, getId, getWidth, isVisible, isVisibleTimed, pressEscape, pressEscapeOnly, toString, waitForRemoval, waitUntilAUIBlanketHidden, waitUntilHidden, waitUntilVisible
getComponent
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
public DialogLabelSection getLabelSection()
public LabelsDialog addLabel(String label)
public LabelsDialog addLabelAndWait(String label)
public boolean isLabelInputFocused()
public void close()
public LabelsDialog removeLabel(String labelText)
public com.atlassian.pageobjects.elements.query.TimedCondition isOpen()
public com.atlassian.pageobjects.elements.query.TimedCondition isReady()
public com.atlassian.pageobjects.elements.query.TimedCondition hasLabels(String label)
public String getErrorMessage()
public boolean hasErrorMessage()
public LabelsDialog addLabelWithAutocomplete(String autocompleteText, String expectedLabel)
public LabelsDialog addLabelUsingEnterKey(String label)
Copyright © 2003–2015 Atlassian. All rights reserved.