Class 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 Detail

      • UserListItem

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

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