| java.lang.Object | |
| ↳ | com.atlassian.confluence.selenium.client.EditorAutocomplete |
Represents an Autocomplete widget in the RTE that accepts keystrokes and displays a list of search results that a
user may select from.
TODO - this class copied from QuickNavBox, both should share methods.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DROPDOWN_ID | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
The number of results in the autocomplete dropdown not including the the headers and other menu options.
| |||||||||||
Presses the down arrow key.
| |||||||||||
Presses the enter key.
| |||||||||||
Presses the up arrow key.
| |||||||||||
Returns true if the given ContentEntityObject appears in the dropdown menu.
| |||||||||||
Checks that the given ContentEntityObject appears in the dropdown menu.
| |||||||||||
Waits until there is no Autocomplete dropdown present in the DOM.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
The number of results in the autocomplete dropdown not including the the headers and other menu options.
Presses the down arrow key.
Presses the enter key.
Presses the up arrow key.
Returns true if the given ContentEntityObject appears in the dropdown menu. Assumes that the dropdown is already displaying results.
Checks that the given ContentEntityObject appears in the dropdown menu.
Waits until there is no Autocomplete dropdown present in the DOM.