Class MultiPicker

    • Field Detail

      • searchContainer

        protected final com.atlassian.pageobjects.elements.PageElement searchContainer
        Deprecated.
      • searchField

        protected final com.atlassian.pageobjects.elements.PageElement searchField
        Deprecated.
      • searchFieldWrapper

        protected final com.atlassian.pageobjects.elements.PageElement searchFieldWrapper
        Deprecated.
      • results

        protected com.atlassian.pageobjects.elements.PageElement results
        Deprecated.
    • Constructor Detail

      • MultiPicker

        public MultiPicker​(com.atlassian.pageobjects.elements.PageElement container)
        Deprecated.
    • Method Detail

      • waitUntilVisible

        public void waitUntilVisible()
        Deprecated.
      • search

        public MultiPicker search​(String searchStr)
        Deprecated.
        Types the given search string into the input field and waits for any results to appear
      • getValue

        public String getValue()
        Deprecated.
      • getContainer

        public com.atlassian.pageobjects.elements.PageElement getContainer()
        Deprecated.
      • cancel

        public void cancel()
        Deprecated.
        Cancels the select2 dropdown by pressing the Escape key.