Class MultiPicker
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
-
- com.atlassian.confluence.pageobjects.component.form.MultiPicker
-
- All Implemented Interfaces:
PageComponent
- Direct Known Subclasses:
MultiUserPicker
@Deprecated public class MultiPicker extends ConfluenceAbstractPageComponent
Deprecated.in 5.8. UseMultiPicker
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.Generic select2-based multiple-select component.
-
-
Field Summary
Fields Modifier and Type Field Description protected com.atlassian.pageobjects.elements.PageElement
results
Deprecated.protected com.atlassian.pageobjects.elements.PageElement
searchContainer
Deprecated.protected com.atlassian.pageobjects.elements.PageElement
searchField
Deprecated.protected com.atlassian.pageobjects.elements.PageElement
searchFieldWrapper
Deprecated.-
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, javascriptExecutor, pageBinder, pageElementFinder, timeouts
-
-
Constructor Summary
Constructors Constructor Description MultiPicker(com.atlassian.pageobjects.elements.PageElement container)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
cancel()
Deprecated.Cancels the select2 dropdown by pressing the Escape key.com.atlassian.pageobjects.elements.PageElement
getContainer()
Deprecated.String
getValue()
Deprecated.MultiPicker
search(String searchStr)
Deprecated.Types the given search string into the input field and waits for any results to appearvoid
waitUntilVisible()
Deprecated.
-
-
-
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.
-
-
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.
-
-