Class AtlaskitSelect

java.lang.Object
com.atlassian.crowd.pageobjects.atlaskit.AtlaskitSelect

public class AtlaskitSelect extends Object
  • Field Details

    • container

      protected com.atlassian.pageobjects.elements.PageElement container
  • Constructor Details

    • AtlaskitSelect

      public AtlaskitSelect(com.atlassian.pageobjects.elements.PageElement container)
  • Method Details

    • addEntries

      public void addEntries(String... entryNames)
    • addEntriesWithCustomMatcher

      public void addEntriesWithCustomMatcher(Function<String,org.hamcrest.Matcher<String>> matcherFunction, String... entryNames)
    • selectEntry

      public void selectEntry(String entryName)
    • clear

      public void clear()
    • selectEntry

      public void selectEntry(String entryName, org.hamcrest.Matcher<String> entryMatcher)
    • waitUntilRemoved

      public void waitUntilRemoved()
    • getCurrentValue

      public String getCurrentValue()