Class MultiUserPicker

  • All Implemented Interfaces:
    PageComponent

    @Deprecated
    public class MultiUserPicker
    extends MultiPicker
    Deprecated.
    in 5.8. Use MultiUserPicker instead from maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.
    • Constructor Detail

      • MultiUserPicker

        public MultiUserPicker​(com.atlassian.pageobjects.elements.PageElement container)
        Deprecated.
    • Method Detail

      • containsUserValue

        public com.atlassian.pageobjects.elements.query.TimedCondition containsUserValue​(User user)
        Deprecated.
        Returns:
        a TimedCondition to check if the given user is found in the multi user picker input field
      • addUser

        public MultiUserPicker addUser​(User user)
        Deprecated.
        Searches for the given user and adds them by waiting and clicking in the results drop down.