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. UseMultiPickerinstead 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.PageElementresultsDeprecated.protected com.atlassian.pageobjects.elements.PageElementsearchContainerDeprecated.protected com.atlassian.pageobjects.elements.PageElementsearchFieldDeprecated.protected com.atlassian.pageobjects.elements.PageElementsearchFieldWrapperDeprecated.-
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
-
-
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 voidcancel()Deprecated.Cancels the select2 dropdown by pressing the Escape key.com.atlassian.pageobjects.elements.PageElementgetContainer()Deprecated.StringgetValue()Deprecated.MultiPickersearch(String searchStr)Deprecated.Types the given search string into the input field and waits for any results to appearvoidwaitUntilVisible()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.
-
-