Class UserListItem

java.lang.Object
org.xwiki.test.ui.po.BaseElement
com.xwiki.pro.test.po.generic.UserListItem

public class UserListItem extends org.xwiki.test.ui.po.BaseElement
Represents an item from a UserList macro and provides access to its attributes.
Since:
1.28
Version:
$Id$
  • Constructor Details

    • UserListItem

      public UserListItem(org.openqa.selenium.WebElement item)
  • Method Details

    • getAvatarTitle

      public String getAvatarTitle()
    • getAvatarAlt

      public String getAvatarAlt()
    • getUsername

      public String getUsername()
    • hasProfileLink

      public boolean hasProfileLink(String username)
    • getPhone

      public String getPhone()
    • getEmail

      public String getEmail()
    • isEmailLinkValid

      public boolean isEmailLinkValid(String expectedEmail)
    • getAddress

      public String getAddress()
    • getBlogFeed

      public String getBlogFeed()
    • getProperties

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

      public List<String> getPropertyTypes()