Uses of Class
com.atlassian.confluence.pageobjects.component.form.MultiUserPicker

Packages that use MultiUserPicker
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
 MultiUserPicker MacroForm.getMultiUserField(java.lang.String parameterName)
           
 

Uses of MultiUserPicker in com.atlassian.confluence.pageobjects.component.form
 

Methods in com.atlassian.confluence.pageobjects.component.form that return MultiUserPicker
 MultiUserPicker MultiUserPicker.addUser(User user)
          Searches for the given user and adds them by waiting and clicking in the results drop down.
 MultiUserPicker MultiUserPicker.search(java.lang.String searchStr)
          Types the given search string into the input field and waits for any results to appear
 MultiUserPicker MultiUserPicker.selectUser(java.lang.String username)
          Waits for the given username to appear in the search results and clicks on the user.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.