public class SummaryTabSubPage extends AbstractPage
Modifier and Type | Field and Description |
---|---|
List<org.openqa.selenium.WebElement> |
contributors |
org.openqa.selenium.WebElement |
createdAt |
org.openqa.selenium.WebElement |
creator |
org.openqa.selenium.WebElement |
lastContributor |
org.openqa.selenium.WebElement |
lastModifiedAt |
org.openqa.selenium.WebElement |
lifeCycleState |
org.openqa.selenium.WebElement |
startWorkflowBtn |
org.openqa.selenium.WebElement |
workflowSelector |
org.openqa.selenium.WebElement |
workflowTasksForm |
userServicesForm
Constructor and Description |
---|
SummaryTabSubPage(org.openqa.selenium.WebDriver driver) |
Modifier and Type | Method and Description |
---|---|
boolean |
cantStartWorkflow() |
int |
getCollectionCount() |
List<String> |
getContributors()
Get the list of contributors of the doc.
|
String |
getCreator()
Get the creator of the doc.
|
String |
getCurrentLifeCycleState() |
String |
getLastContributor()
Get the last contributor of the doc.
|
WorkflowTabSubPage |
getWorkflow() |
boolean |
isCollectionsFormDisplayed() |
boolean |
openTaskForCurrentUser() |
boolean |
parallelOpenTaskForCurrentUser() |
void |
startDefaultParallelWorkflow() |
void |
startDefaultWorkflow() |
boolean |
workflowAlreadyStarted() |
asPage, findElementAndWaitUntilEnabled, findElementAndWaitUntilEnabled, findElementsWithTimeout, findElementWaitUntilEnabledAndClick, findElementWaitUntilEnabledAndClick, findElementWithTimeout, findElementWithTimeout, findElementWithTimeout, findElementWithTimeout, get, getErrorFeedbackMessage, getFancyBoxContent, getFeedbackMessage, getHeaderLinks, getWebFragment, getWebFragment, hasElement, selectItemInDropDownMenu, switchToFrame, waitUntilEnabled, waitUntilURLDifferentFrom
public org.openqa.selenium.WebElement startWorkflowBtn
public org.openqa.selenium.WebElement workflowSelector
public org.openqa.selenium.WebElement workflowTasksForm
public org.openqa.selenium.WebElement lastContributor
public org.openqa.selenium.WebElement creator
public org.openqa.selenium.WebElement createdAt
public org.openqa.selenium.WebElement lastModifiedAt
public List<org.openqa.selenium.WebElement> contributors
public org.openqa.selenium.WebElement lifeCycleState
public void startDefaultWorkflow()
public void startDefaultParallelWorkflow()
public boolean workflowAlreadyStarted()
public boolean openTaskForCurrentUser()
public boolean parallelOpenTaskForCurrentUser()
public WorkflowTabSubPage getWorkflow()
public boolean cantStartWorkflow()
public String getCreator()
public String getLastContributor()
public List<String> getContributors()
public String getCurrentLifeCycleState()
public boolean isCollectionsFormDisplayed()
public int getCollectionCount()
Copyright © 2015 Nuxeo SA. All rights reserved.