Class AtlaskitSelect
java.lang.Object
com.atlassian.jira.pageobjects.components.atlaskit.AtlaskitSelect
- Direct Known Subclasses:
UserGroupPicker
It should be moved to some common place for AK pageobjects in the future.
It may be flaky when select options are not available immediately.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.PageElementprotected com.atlassian.pageobjects.elements.PageElement -
Constructor Summary
ConstructorsConstructorDescriptionAtlaskitSelect(com.atlassian.pageobjects.elements.PageElement container) AtlaskitSelect(com.atlassian.pageobjects.elements.PageElement container, com.atlassian.pageobjects.elements.PageElement optionsContainer) -
Method Summary
Modifier and TypeMethodDescriptiongetSuggestionsForEntry(String entryName) voidselectEntry(String entryName) voidselectEntry(String entryName, String expectedSuggestion)
-
Field Details
-
container
protected com.atlassian.pageobjects.elements.PageElement container -
optionsContainer
protected com.atlassian.pageobjects.elements.PageElement optionsContainer
-
-
Constructor Details
-
AtlaskitSelect
public AtlaskitSelect(com.atlassian.pageobjects.elements.PageElement container) -
AtlaskitSelect
public AtlaskitSelect(com.atlassian.pageobjects.elements.PageElement container, com.atlassian.pageobjects.elements.PageElement optionsContainer)
-
-
Method Details
-
selectEntry
-
selectEntry
-
getSuggestionsForEntry
-
toggleDropdown
-
getCurrentValue
-
getCurrentValues
-