public class SearchFormFragment extends WebFragmentImpl
Modifier and Type | Field and Description |
---|---|
org.openqa.selenium.WebElement |
authoringDateFromInput |
org.openqa.selenium.WebElement |
authoringDateToInput |
org.openqa.selenium.WebElement |
clearButton |
org.openqa.selenium.WebElement |
filterButton |
static String |
FORM_ID |
static String |
LAYOUT_ID |
org.openqa.selenium.WebElement |
originalAuthorInput |
org.openqa.selenium.WebElement |
searchSelector |
org.openqa.selenium.WebElement |
textInput |
Constructor and Description |
---|
SearchFormFragment(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.WebElement element) |
Modifier and Type | Method and Description |
---|---|
void |
clearSearch() |
void |
doSearch() |
void |
fillAuthoringDate(String from,
String to) |
void |
fillOriginalAuthor(String author) |
void |
fillText(String text) |
String |
getSelectedContentView() |
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 org.openqa.selenium.WebElement searchSelector
public static final String FORM_ID
public static final String LAYOUT_ID
public org.openqa.selenium.WebElement filterButton
public org.openqa.selenium.WebElement clearButton
public org.openqa.selenium.WebElement textInput
public org.openqa.selenium.WebElement originalAuthorInput
public org.openqa.selenium.WebElement authoringDateFromInput
public org.openqa.selenium.WebElement authoringDateToInput
public SearchFormFragment(org.openqa.selenium.WebDriver driver, org.openqa.selenium.WebElement element)
Copyright © 2013 Nuxeo SA. All Rights Reserved.