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. Use UserPickerPopup instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
  • Field Details

  • Constructor Details

    • UserPickerPopup

      public UserPickerPopup()
      Deprecated.
  • Method Details

    • 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.