AutocompleteField
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class AutocompleteField extends ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
Constructor and Description |
---|
AutocompleteField(com.atlassian.pageobjects.elements.PageElement element,
com.atlassian.pageobjects.PageBinder pageBinder)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Deprecated.
|
void |
setValue(String value)
Deprecated.
Sets a value for this text field by typing it.
|
Autocomplete |
typeTextAndWaitForAutocomplete(String parameterValue)
Deprecated.
|
getComponent
public AutocompleteField(com.atlassian.pageobjects.elements.PageElement element, com.atlassian.pageobjects.PageBinder pageBinder)
public void setValue(String value)
public Autocomplete typeTextAndWaitForAutocomplete(String parameterValue)
public String getValue()
Copyright © 2003–2018 Atlassian. All rights reserved.