Package com.xwiki.pro.test.po.generic
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.BaseElementRepresents an item from a UserList macro and provides access to its attributes.- Since:
- 1.28
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description UserListItem(org.openqa.selenium.WebElement item)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()StringgetAvatarAlt()StringgetAvatarTitle()StringgetBlogFeed()StringgetEmail()StringgetPhone()List<org.openqa.selenium.WebElement>getProperties()List<String>getPropertyTypes()StringgetUsername()booleanhasProfileLink(String username)booleanisEmailLinkValid(String expectedEmail)
-
-
-
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()
-
-