java.lang.Object
com.atlassian.jira.pageobjects.components.atlaskit.AtlaskitSelect
Direct Known Subclasses:
UserGroupPicker

public class AtlaskitSelect extends Object
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 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

      public void selectEntry(String entryName)
    • selectEntry

      public void selectEntry(String entryName, String expectedSuggestion)
    • getSuggestionsForEntry

      public List<String> getSuggestionsForEntry(String entryName)
    • toggleDropdown

      public AtlaskitSelect toggleDropdown()
    • getCurrentValue

      public String getCurrentValue()
    • getCurrentValues

      public Set<String> getCurrentValues()