public class UserPickerPopup extends ConfluenceAbstractPageComponent
| Modifier and Type | Class and Description |
|---|---|
static class |
UserPickerPopup.SearchResultRow |
| Modifier and Type | Field and Description |
|---|---|
static String |
POPUP_WINDOW_NAME |
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter| Constructor and Description |
|---|
UserPickerPopup() |
| Modifier and Type | Method and Description |
|---|---|
List<UserPickerPopup.SearchResultRow> |
getSearchResults() |
UserPickerPopup |
searchForUsers(String text) |
UserPickerPopup |
select(User user) |
void |
submit()
Clicks the add users button and expects the window to close.
|
UserPickerPopup |
switchToMembershipTab() |
UserPickerPopup |
switchToUserTab() |
getComponentpublic static final String POPUP_WINDOW_NAME
public UserPickerPopup searchForUsers(String text)
public UserPickerPopup select(User user)
public void submit()
public UserPickerPopup switchToUserTab()
public UserPickerPopup switchToMembershipTab()
public List<UserPickerPopup.SearchResultRow> getSearchResults()
Copyright © 2003–2016 Atlassian. All rights reserved.