com.atlassian.confluence.pageobjects.component.form
Class Autocomplete
java.lang.Object
com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
com.atlassian.confluence.pageobjects.component.menu.AUIDropdownMenu
com.atlassian.confluence.pageobjects.component.form.Autocomplete
- All Implemented Interfaces:
- Menu, PageComponent
public class Autocomplete
- extends AUIDropdownMenu
An autocomplete drop-down menu for a form field.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Autocomplete
public Autocomplete()
waitUntilReady
public void waitUntilReady()
getItemTexts
public List<String> getItemTexts()
selectItem
public void selectItem(int index)
- Selects the autocomplete item with the given index.
waitForItemWithText
public void waitForItemWithText(String text)
- Waits until an autocomplete menu item with the given text is displayed.
Copyright © 2003-2013 Atlassian. All Rights Reserved.