Class UserPickerPopup
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
-
- com.atlassian.confluence.pageobjects.component.popup.UserPickerPopup
-
- All Implemented Interfaces:
PageComponent
@Deprecated public class UserPickerPopup extends ConfluenceAbstractPageComponent
Deprecated.in 5.8. UseUserPickerPopupinstead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
-
-
Field Summary
Fields Modifier and Type Field Description static StringPOPUP_WINDOW_NAMEDeprecated.-
Fields inherited from class com.atlassian.confluence.pageobjects.component.ConfluenceAbstractPageComponent
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter
-
-
Constructor Summary
Constructors Constructor Description UserPickerPopup()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description UserPickerPopupselect(User user)Deprecated.voidsubmit()Deprecated.Clicks the add users button and expects the window to close.
-
-
-
Field Detail
-
POPUP_WINDOW_NAME
public static final String POPUP_WINDOW_NAME
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
select
public UserPickerPopup select(User user)
Deprecated.
-
submit
public void submit()
Deprecated.Clicks the add users button and expects the window to close. It switches to the main window before returning.
-
-