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


Field Summary
static java.lang.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
 UserPickerPopup searchForUsers(java.lang.String text)
           
 UserPickerPopup select(User user)
           
 void submit()
          Clicks the add users button and expects the window to close.
 
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 java.lang.String POPUP_WINDOW_NAME
See Also:
Constant Field Values
Constructor Detail

UserPickerPopup

public UserPickerPopup()
Method Detail

searchForUsers

public UserPickerPopup searchForUsers(java.lang.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.



Copyright © 2003-2014 Atlassian. All Rights Reserved.