public class AddToCollectionForm extends WebFragmentImpl
Constructor and Description |
---|
AddToCollectionForm(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.WebElement element) |
Modifier and Type | Method and Description |
---|---|
DocumentBasePage |
add() |
<T> T |
add(Class<T> pageClassProxy) |
DocumentBasePage |
addAll() |
<T> T |
addAll(Class<T> pageClassProxy) |
String |
getExistingDescription() |
boolean |
isExistingDescriptionVisible() |
boolean |
isNewDescriptionVisible() |
void |
removeDocumentToBeAddedToCollection(int index) |
void |
setCollection(String collectionName) |
void |
setNewDescription(String collectionDescription) |
checkTextToBeNotPresent, checkTextToBePresent, clear, click, containsText, findElement, findElements, getAttribute, getCssValue, getElement, getId, getLocation, getSize, getTagName, getText, getWebFragment, getWebFragment, isDisplayed, isEnabled, isSelected, sendKeys, setElement, submit, waitForTextToBePresent
public AddToCollectionForm(org.openqa.selenium.WebDriver driver, org.openqa.selenium.WebElement element)
public DocumentBasePage add()
public <T> T add(Class<T> pageClassProxy)
public DocumentBasePage addAll()
public <T> T addAll(Class<T> pageClassProxy)
public void setCollection(String collectionName)
public void setNewDescription(String collectionDescription)
public boolean isNewDescriptionVisible()
public boolean isExistingDescriptionVisible()
public String getExistingDescription()
public void removeDocumentToBeAddedToCollection(int index)
Copyright © 2015 Nuxeo SA. All rights reserved.