Class UserProfileMacro

java.lang.Object
org.xwiki.test.ui.po.BaseElement
com.xwiki.pro.test.po.generic.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 Details

    • UserProfileMacro

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

    • 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()