Class AutocompleteField
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
-
- com.atlassian.confluence.pageobjects.component.form.AutocompleteField
-
- All Implemented Interfaces:
PageComponent
@Deprecated public class AutocompleteField extends ConfluenceAbstractPageComponent
Deprecated.in 5.8. UseAutocompleteField
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.A form text field with an associated Autocomplete.
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, javascriptExecutor, pageBinder, pageElementFinder, timeouts
-
-
Constructor Summary
Constructors Constructor Description AutocompleteField(com.atlassian.pageobjects.elements.PageElement element, com.atlassian.pageobjects.PageBinder pageBinder)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getValue()
Deprecated.void
setValue(String value)
Deprecated.Sets a value for this text field by typing it.Autocomplete
typeTextAndWaitForAutocomplete(String parameterValue)
Deprecated.
-
-
-
Method Detail
-
setValue
public void setValue(String value)
Deprecated.Sets a value for this text field by typing it.
-
typeTextAndWaitForAutocomplete
public Autocomplete typeTextAndWaitForAutocomplete(String parameterValue)
Deprecated.
-
getValue
public String getValue()
Deprecated.
-
-