SuggestInputElement |
SuggestInputElement.clear() |
Removes the typed text.
|
SuggestInputElement |
SuggestInputElement.clearSelectedSuggestions() |
Removes all the selected elements.
|
SuggestInputElement |
SuggestInputElement.click() |
Clicks on the text input.
|
SuggestInputElement |
SuggestInputElement.hideSuggestions() |
Hides the suggestions panel.
|
SuggestInputElement |
SuggestInputElement.selectByIndex(int index) |
Selects an element by clicking on the suggestion with the given position.
|
SuggestInputElement |
SuggestInputElement.selectByValue(String value) |
Selects an element by clicking on the suggestion with the given value.
|
SuggestInputElement |
SuggestInputElement.selectByVisibleText(String text) |
Selects an element by clicking on the suggestion with the given label.
|
SuggestInputElement |
SuggestInputElement.selectTypedText() |
Selects and creates an element with the input text.
|
SuggestInputElement |
SuggestInputElement.sendKeys(CharSequence... keysToSend) |
Sends the given sequence of keys to the input.
|
SuggestInputElement |
SuggestInputElement.waitForSuggestions() |
Waits until the suggestions have been loaded.
|