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.BaseElement
Represents a task card from a KanbanBoard macro column and provides access to its attributes.
Since:
3.11.0
Version:
$Id$
  • Constructor Details

    • KanbanCard

      public KanbanCard(org.openqa.selenium.WebElement card)
  • Method Details

    • getTask

      public String getTask()
    • getLink

      public String getLink()
    • getFields

      public Map<String,String> getFields()
    • getFieldValue

      public String getFieldValue(String fieldName)
    • getProgressPercentage

      public int getProgressPercentage()