Class KanbanColumn

java.lang.Object
org.xwiki.test.ui.po.BaseElement
org.xwiki.contrib.application.task.test.po.KanbanColumn

public class KanbanColumn extends org.xwiki.test.ui.po.BaseElement
Represents a KanbanBoard macro column and provides access to its attributes.
Since:
3.11.0
Version:
$Id$
  • Constructor Details

    • KanbanColumn

      public KanbanColumn(org.openqa.selenium.WebElement column)
  • Method Details

    • getType

      public String getType()
    • getTaskCards

      public List<KanbanCard> getTaskCards()
    • getHeaderColor

      public String getHeaderColor()
    • getWidth

      public String getWidth()