public class JiraAutoCompleteField extends Object implements JiraTransitionField
| Modifier and Type | Field and Description |
|---|---|
protected org.openqa.selenium.By |
hiddenSelector |
protected com.atlassian.pageobjects.elements.PageElement |
pageRoot |
protected com.atlassian.pageobjects.elements.PageElement |
selectField |
| Constructor and Description |
|---|
JiraAutoCompleteField(com.atlassian.pageobjects.elements.PageElement container,
org.openqa.selenium.By hiddenSelector,
com.atlassian.pageobjects.elements.PageElement pageRoot) |
| Modifier and Type | Method and Description |
|---|---|
void |
chooseValue(String val) |
String |
getValue() |
protected com.atlassian.pageobjects.elements.PageElement |
performSearch(String val) |
protected void |
scrollIntoView() |
void |
setValue(String val) |
JiraAutoCompleteField |
waitUntilOptionsAvailable()
This will wait until there is at least one option (apart from the placeholder) to select from
in the dropdown.
|
protected final com.atlassian.pageobjects.elements.PageElement selectField
protected org.openqa.selenium.By hiddenSelector
protected final com.atlassian.pageobjects.elements.PageElement pageRoot
public JiraAutoCompleteField(com.atlassian.pageobjects.elements.PageElement container,
org.openqa.selenium.By hiddenSelector,
com.atlassian.pageobjects.elements.PageElement pageRoot)
public String getValue()
getValue in interface JiraTransitionFieldpublic void setValue(String val)
setValue in interface JiraTransitionFieldpublic void chooseValue(String val)
public JiraAutoCompleteField waitUntilOptionsAvailable()
protected com.atlassian.pageobjects.elements.PageElement performSearch(String val)
protected void scrollIntoView()
Copyright © 2018 Atlassian. All rights reserved.