Package com.xwiki.pro.test.po.generic
Class UserListMacro
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- com.xwiki.pro.test.po.generic.UserListMacro
-
public class UserListMacro extends org.xwiki.test.ui.po.BaseElementRepresents a UserList macro and provides access to its attributes.- Since:
- 1.28
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description UserListMacro(org.openqa.selenium.WebElement userList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getUsernames()Map<String,UserListItem>getUsers()booleanhasFixedLayout()Note: This only checks the class attribute.
-
-
-
Method Detail
-
getUsers
public Map<String,UserListItem> getUsers()
-
hasFixedLayout
public boolean hasFixedLayout()
Note: This only checks the class attribute. The actual fixed-layout functionality cannot be verified.
-
-