com.atlassian.confluence.webdriver.pageobjects.component.form.MultiPicker
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class MultiPicker extends ConfluenceAbstractPageComponent
Modifier and Type | Field and 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.
|
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
Constructor and Description |
---|
MultiPicker(com.atlassian.pageobjects.elements.PageElement container)
Deprecated.
|
Modifier and Type | Method and 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 appear
|
void |
waitUntilVisible()
Deprecated.
|
protected final com.atlassian.pageobjects.elements.PageElement searchContainer
protected final com.atlassian.pageobjects.elements.PageElement searchField
protected final com.atlassian.pageobjects.elements.PageElement searchFieldWrapper
protected com.atlassian.pageobjects.elements.PageElement results
public MultiPicker(com.atlassian.pageobjects.elements.PageElement container)
public void waitUntilVisible()
public MultiPicker search(String searchStr)
public String getValue()
public com.atlassian.pageobjects.elements.PageElement getContainer()
public void cancel()
Copyright © 2003–2021 Atlassian. All rights reserved.