public abstract class ActionDefinition extends Object
| Constructor and Description |
|---|
ActionDefinition() |
| Modifier and Type | Method and Description |
|---|---|
ActionDefinition |
clickOnAdd()
Click on the add button
|
static ActionDefinition |
get(org.openqa.selenium.WebElement actionDefinitionContainer)
Factory method to get an instance of an action definition based on the
web element that contains the definition
|
String |
getSelectedAction()
Get selected action
|
ActionDefinition |
setAction(String value)
Set the action type.
|
void |
setActionDefinitionContainer(org.openqa.selenium.WebElement actionDefinitionContainer)
set action definition container
|
public void setActionDefinitionContainer(org.openqa.selenium.WebElement actionDefinitionContainer)
public static ActionDefinition get(org.openqa.selenium.WebElement actionDefinitionContainer)
public String getSelectedAction()
public ActionDefinition clickOnAdd()
public ActionDefinition setAction(String value)
Copyright © 2005–2016 Alfresco Software. All rights reserved.