public class AddToCollectionForm extends WebFragmentImpl
Modifier and Type | Field and Description |
---|---|
protected boolean |
multiple |
driver, element
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) |
protected String |
getAddButtonId() |
protected String |
getChooseCollectionId() |
protected String |
getCollectionDescriptionId() |
String |
getExistingDescription() |
protected String |
getNewCollectionDescriptionId() |
boolean |
isExistingDescriptionVisible() |
protected boolean |
isMultiple() |
boolean |
isNewDescriptionVisible() |
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
protected boolean multiple
public AddToCollectionForm(org.openqa.selenium.WebDriver driver, org.openqa.selenium.WebElement element)
protected boolean isMultiple()
public DocumentBasePage add()
protected String getAddButtonId()
protected String getChooseCollectionId()
protected String getNewCollectionDescriptionId()
protected String getCollectionDescriptionId()
public void setCollection(String collectionName)
public void setNewDescription(String collectionDescription)
public boolean isNewDescriptionVisible()
public boolean isExistingDescriptionVisible()
public String getExistingDescription()
Copyright © 2019 Nuxeo. All rights reserved.