Uses of Class
com.atlassian.confluence.pageobjects.component.form.MultiUserPicker
-
Packages that use MultiUserPicker Package Description com.atlassian.confluence.pageobjects.component.dialog com.atlassian.confluence.pageobjects.component.form -
-
Uses of MultiUserPicker in com.atlassian.confluence.pageobjects.component.dialog
Methods in com.atlassian.confluence.pageobjects.component.dialog that return MultiUserPicker Modifier and Type Method Description MultiUserPickerMacroForm. getMultiUserField(String parameterName)Deprecated. -
Uses of MultiUserPicker in com.atlassian.confluence.pageobjects.component.form
Methods in com.atlassian.confluence.pageobjects.component.form that return MultiUserPicker Modifier and Type Method Description MultiUserPickerMultiUserPicker. addUser(User user)Deprecated.Searches for the given user and adds them by waiting and clicking in the results drop down.MultiUserPickerMultiUserPicker. selectUser(String username)Deprecated.Waits for the given username to appear in the search results and clicks on the user.
-