com.atlassian.confluence.pageobjects.component.popup
Class UserPickerPopup

java.lang.Object
  extended by com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
      extended by com.atlassian.confluence.pageobjects.component.popup.UserPickerPopup
All Implemented Interfaces:
PageComponent

public class UserPickerPopup
extends ConfluenceAbstractPageComponent


Nested Class Summary
static class UserPickerPopup.SearchResultRow
           
 
Field Summary
static String POPUP_WINDOW_NAME
           
 
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
 
Constructor Summary
UserPickerPopup()
           
 
Method Summary
 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()
           
 
Methods inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POPUP_WINDOW_NAME

public static final String POPUP_WINDOW_NAME
See Also:
Constant Field Values
Constructor Detail

UserPickerPopup

public UserPickerPopup()
Method Detail

searchForUsers

public UserPickerPopup searchForUsers(String text)

select

public UserPickerPopup select(User user)

submit

public void submit()
Clicks the add users button and expects the window to close. It switches to the main window before returning.


switchToUserTab

public UserPickerPopup switchToUserTab()

switchToMembershipTab

public UserPickerPopup switchToMembershipTab()

getSearchResults

public List<UserPickerPopup.SearchResultRow> getSearchResults()


Copyright © 2003–2015 Atlassian. All rights reserved.