| java.lang.Object | |
| ↳ | com.atlassian.jira.pageobjects.components.fields.QueryableDropdownSelect |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| container | |||||||||||
| elementFinder | |||||||||||
| extendedFinder | |||||||||||
| field | |||||||||||
| icon | |||||||||||
| label | |||||||||||
| pageBinder | |||||||||||
| suggestions | |||||||||||
| timeouts | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Presses enter on specified suggestion
| |||||||||||
Selects specified suggestion using mouse click
| |||||||||||
Clear string in the textfield.
| |||||||||||
Navigates selection down using DOWN key.
| |||||||||||
Gets active suggestion
| |||||||||||
If there is an overlabel, will return the PageElement
| |||||||||||
Gets a list of suggestions visible in dropdown
| |||||||||||
Gets active suggestion as a timed query
| |||||||||||
Gets a list of suggestions visible in dropdown, as a timed query
| |||||||||||
Returns if the control is present on page
| |||||||||||
Types string into textfield and waits for input to be evaluated
| |||||||||||
Returns true if the control is present on page
| |||||||||||
Navigates selection down using UP key.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.pageobjects.components.fields.AutoComplete
| |||||||||||
Presses enter on specified suggestion
| suggestion | - suggestion to be navigated to |
|---|
Selects specified suggestion using mouse click
| suggestion | suggestion to be clicked |
|---|
Navigates selection down using DOWN key. The number of times down is pressed is specified by steps.
| steps | - Number of times down key is pressed |
|---|
Gets active suggestion
If there is an overlabel, will return the PageElement
Gets a list of suggestions visible in dropdown
Gets active suggestion as a timed query
Gets a list of suggestions visible in dropdown, as a timed query
Returns if the control is present on page
Types string into textfield and waits for input to be evaluated
| query | - input to be typed into text field |
|---|
Returns true if the control is present on page
true if present
Navigates selection down using UP key. The number of times up is pressed is specified by steps.
| steps | - Number of times up key is pressed |
|---|