Class KanbanCard
- java.lang.Object
-
- org.xwiki.test.ui.po.BaseElement
-
- org.xwiki.contrib.application.task.test.po.KanbanCard
-
public class KanbanCard extends org.xwiki.test.ui.po.BaseElementRepresents a task card from a KanbanBoard macro column and provides access to its attributes.- Since:
- 3.11.0
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description KanbanCard(org.openqa.selenium.WebElement card)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getFields()StringgetFieldValue(String fieldName)StringgetLink()intgetProgressPercentage()StringgetTask()
-