Class KanbanBoardMacro

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

public class KanbanBoardMacro extends org.xwiki.test.ui.po.BaseElement
Represents a KanbanBoard macro and provides access to its columns.
Since:
3.11.0
Version:
$Id$
  • Constructor Summary

    Constructors
    Constructor
    Description
    KanbanBoardMacro(org.openqa.selenium.WebElement kanbanBoard)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getColumn(int index)
     
     

    Methods inherited from class org.xwiki.test.ui.po.BaseElement

    getDriver, getUtil, isElementVisible, setContext, waitForNotificationErrorMessage, waitForNotificationInProgressMessage, waitForNotificationSuccessMessage, waitForNotificationWarningMessage, waitUntilPageIsReady

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KanbanBoardMacro

      public KanbanBoardMacro(org.openqa.selenium.WebElement kanbanBoard)
  • Method Details