Class MultiUserPicker
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
-
- com.atlassian.confluence.pageobjects.component.form.MultiPicker
-
- com.atlassian.confluence.pageobjects.component.form.MultiUserPicker
-
- All Implemented Interfaces:
PageComponent
@Deprecated public class MultiUserPicker extends MultiPicker
Deprecated.in 5.8. UseMultiUserPicker
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.pageobjects.component.form.MultiPicker
results, searchContainer, searchField, searchFieldWrapper
-
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, javascriptExecutor, pageBinder, pageElementFinder, timeouts
-
-
Constructor Summary
Constructors Constructor Description MultiUserPicker(com.atlassian.pageobjects.elements.PageElement container)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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.-
Methods inherited from class com.atlassian.confluence.pageobjects.component.form.MultiPicker
cancel, getContainer, getValue, search, waitUntilVisible
-
-
-
-
Method Detail
-
selectUser
public MultiUserPicker selectUser(String username)
Deprecated.Waits for the given username to appear in the search results and clicks on the user. This assumes you have calledMultiPicker.search(String)
beforehand.
-
containsUserValue
public com.atlassian.pageobjects.elements.query.TimedCondition containsUserValue(User user)
Deprecated.- Returns:
- a TimedCondition to check if the given user is found in the multi user picker input field
-
addUser
public MultiUserPicker addUser(User user)
Deprecated.Searches for the given user and adds them by waiting and clicking in the results drop down.
-
-