Class MentionsMenu

  • All Implemented Interfaces:
    PageComponent

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

      • MentionsMenu

        public MentionsMenu()
        Deprecated.
    • Method Detail

      • initialise

        public void initialise()
        Deprecated.
      • selectUser

        public void selectUser​(String userName)
        Deprecated.
      • selectUserByPartialText

        public void selectUserByPartialText​(String userName)
        Deprecated.
      • selectUserByPosition

        public void selectUserByPosition​(int position)
        Deprecated.
        Select nth item
        Parameters:
        position - Position of the mention item. Starting from 1.
      • getUserByPosition

        public com.atlassian.pageobjects.elements.PageElement getUserByPosition​(int position)
        Deprecated.