public class WorkflowHomePage extends AbstractPage
Modifier and Type | Class and Description |
---|---|
static class |
WorkflowHomePage.TaskFancyBoxFragment |
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
protected org.openqa.selenium.WebElement |
refreshTask |
protected org.openqa.selenium.WebElement |
userTasksPanel |
org.openqa.selenium.WebElement |
workflowLink |
driver, userServicesForm
Constructor and Description |
---|
WorkflowHomePage(org.openqa.selenium.WebDriver driver) |
Modifier and Type | Method and Description |
---|---|
void |
delegateTask(String taskDirective,
String user) |
boolean |
isTasksDashboardEmpty() |
void |
processFirstTask() |
void |
reassignTask(String taskDirective,
String user) |
SummaryTabSubPage |
redirectToTask(String taskTitle) |
WorkflowHomePage.TaskFancyBoxFragment |
showTaskFancyBox(String taskAction) |
boolean |
taskExistsOnTasksDashboard(String taskName) |
asPage, clickOnTabIfNotSelected, clickOnTabIfNotSelected, clickOnTabIfNotSelected, findElementAndWaitUntilEnabled, findElementAndWaitUntilEnabled, findElementsWithTimeout, findElementWaitUntilEnabledAndClick, findElementWaitUntilEnabledAndClick, findElementWithTimeout, findElementWithTimeout, findElementWithTimeout, findElementWithTimeout, get, getErrorFeedbackMessage, getFancyBoxContent, getFeedbackMessage, getHeaderLinks, getWebFragment, getWebFragment, hasElement, selectItemInDropDownMenu, switchToFrame, useAjaxTabs, waitUntilEnabled, waitUntilURLDifferentFrom
protected static final org.apache.commons.logging.Log log
protected org.openqa.selenium.WebElement userTasksPanel
protected org.openqa.selenium.WebElement refreshTask
public org.openqa.selenium.WebElement workflowLink
public WorkflowHomePage(org.openqa.selenium.WebDriver driver)
public boolean taskExistsOnTasksDashboard(String taskName)
public void processFirstTask()
public SummaryTabSubPage redirectToTask(String taskTitle)
public boolean isTasksDashboardEmpty()
public void reassignTask(String taskDirective, String user)
public void delegateTask(String taskDirective, String user)
public WorkflowHomePage.TaskFancyBoxFragment showTaskFancyBox(String taskAction)
Copyright © 2015 Nuxeo SA. All rights reserved.