Class UserProfileMacro


  • public class UserProfileMacro
    extends org.xwiki.test.ui.po.BaseElement
    Represents a UserProfile macro and provides access to its attributes.
    Since:
    1.28
    Version:
    $Id$
    • Constructor Detail

      • UserProfileMacro

        public UserProfileMacro​(org.openqa.selenium.WebElement container)
    • Method Detail

      • hasAvatarWithLink

        public boolean hasAvatarWithLink​(String username)
      • hasProfileLink

        public boolean hasProfileLink​(String username)
      • getPropertiesList

        public List<org.openqa.selenium.WebElement> getPropertiesList()
      • getProperties

        public List<String> getProperties()
      • isEmailLinkCorrect

        public boolean isEmailLinkCorrect​(int propertyIndex,
                                          String expectedEmail)
      • getComment

        public String getComment()