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. UseUserPickerPopup
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.
-
-
Field Summary
Fields Modifier and Type Field Description static String
POPUP_WINDOW_NAME
Deprecated.-
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 UserPickerPopup
select(User user)
Deprecated.void
submit()
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.
-
-