public class MultiUserPicker extends ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
Constructor and Description |
---|
MultiUserPicker(com.atlassian.pageobjects.elements.PageElement container) |
Modifier and Type | Method and Description |
---|---|
MultiUserPicker |
addUser(User user)
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) |
MultiUserPicker |
search(String searchStr)
Types the given search string into the input field and waits for any results to appear
|
MultiUserPicker |
selectUser(String username)
Waits for the given username to appear in the search results and clicks on the user.
|
void |
waitUntilVisible() |
getComponent
public MultiUserPicker(com.atlassian.pageobjects.elements.PageElement container)
public void waitUntilVisible()
public MultiUserPicker search(String searchStr)
public MultiUserPicker selectUser(String username)
search(String)
beforehand.public com.atlassian.pageobjects.elements.query.TimedCondition containsUserValue(User user)
public MultiUserPicker addUser(User user)
Copyright © 2003–2016 Atlassian. All rights reserved.