public class ShifterDialog extends Object
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElementFinder |
locator |
Constructor and Description |
---|
ShifterDialog() |
Modifier and Type | Method and Description |
---|---|
AutoComplete |
getAutoComplete() |
protected com.atlassian.pageobjects.elements.PageElement |
getDialogElement() |
com.atlassian.pageobjects.elements.PageElement |
getMessage() |
boolean |
isFooterHintVisible() |
boolean |
isOpen() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isOpenTimed() |
boolean |
messageIsVisible() |
void |
queryAndSelect(String search)
Types search string and selects the first suggestion.
|
<T> T |
queryAndSelect(String search,
Class<T> dialogClass,
Object... args)
Types search string and selects the first suggestion.
|
public AutoComplete getAutoComplete()
public void queryAndSelect(String search)
search
- public <T> T queryAndSelect(String search, Class<T> dialogClass, Object... args)
search
- public com.atlassian.pageobjects.elements.query.TimedCondition isOpenTimed()
public boolean isOpen()
protected com.atlassian.pageobjects.elements.PageElement getDialogElement()
public com.atlassian.pageobjects.elements.PageElement getMessage()
public boolean messageIsVisible()
public boolean isFooterHintVisible()
Copyright © 2002-2019 Atlassian. All Rights Reserved.