Package | Description |
---|---|
org.xwiki.test.ui.po | |
org.xwiki.test.ui.po.editor |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SuggestInputElement |
ObjectEditPane.getSuggestInput(String userPropertyName) |
Copyright © 2004–2021 XWiki. All rights reserved.