com.atlassian.confluence.webdriver.pageobjects.component.form.MultiUserPicker
instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.@Deprecated public class MultiUserPicker extends MultiPicker
results, searchContainer, searchField, searchFieldWrapper
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
Constructor and Description |
---|
MultiUserPicker(com.atlassian.pageobjects.elements.PageElement container)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MultiUserPicker |
addUser(User user)
Deprecated.
Searches for the given user and adds them by waiting and clicking in the results drop down.
|
com.atlassian.pageobjects.elements.query.TimedCondition |
containsUserValue(User user)
Deprecated.
|
MultiUserPicker |
selectUser(String username)
Deprecated.
Waits for the given username to appear in the search results and clicks on the user.
|
cancel, getContainer, getValue, search, waitUntilVisible
public MultiUserPicker(com.atlassian.pageobjects.elements.PageElement container)
public MultiUserPicker selectUser(String username)
MultiPicker.search(String)
beforehand.public com.atlassian.pageobjects.elements.query.TimedCondition containsUserValue(User user)
public MultiUserPicker addUser(User user)
Copyright © 2003–2021 Atlassian. All rights reserved.