Autocomplete
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class Autocomplete extends ConfluenceAbstractPageComponent
AUIDropdownMenu
.driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
Constructor and Description |
---|
Autocomplete()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
clickItemWithText(String text)
Deprecated.
|
List<String> |
getItemTexts()
Deprecated.
|
void |
initialise()
Deprecated.
|
boolean |
isOpen()
Deprecated.
|
void |
selectItem(int index)
Deprecated.
Selects the autocomplete item with the given index.
|
void |
waitForItemWithText(String text)
Deprecated.
Waits until an autocomplete menu item with the given text is displayed.
|
void |
waitUntilReady()
Deprecated.
|
getComponent
public void initialise()
public boolean isOpen()
public void waitUntilReady()
public void selectItem(int index)
public void waitForItemWithText(String text)
public void clickItemWithText(String text)
Copyright © 2003–2018 Atlassian. All rights reserved.