public class DefaultSearchSubPage extends AbstractSearchSubPage
Modifier and Type | Field and Description |
---|---|
protected org.openqa.selenium.WebElement |
authorAggregate |
protected org.openqa.selenium.WebElement |
coverageAggregate |
protected org.openqa.selenium.WebElement |
createdAggregate |
protected static String |
EXPAND_XPATH |
protected org.openqa.selenium.WebElement |
fulltext |
protected org.openqa.selenium.WebElement |
modifiedAggregate |
protected org.openqa.selenium.WebElement |
openPathPopupButton |
static String |
PATH_REGEX |
protected org.openqa.selenium.WebElement |
selectPathDiv |
protected org.openqa.selenium.WebElement |
sizeAggregate |
protected org.openqa.selenium.WebElement |
subjectsAggregate |
static String |
TREE_PATH_ID |
clearButton, filterButton
driver, userServicesForm
Constructor and Description |
---|
DefaultSearchSubPage(org.openqa.selenium.WebDriver driver) |
filter
asPage, clickOnTabIfNotSelected, clickOnTabIfNotSelected, clickOnTabIfNotSelected, closeFancyBox, findElementAndWaitUntilEnabled, findElementAndWaitUntilEnabled, findElementsWithTimeout, findElementWaitUntilEnabledAndClick, findElementWaitUntilEnabledAndClick, findElementWaitUntilEnabledAndClick, findElementWithTimeout, findElementWithTimeout, findElementWithTimeout, findElementWithTimeout, get, getErrorFeedbackMessage, getFancyBoxContent, getFeedbackMessage, getHeaderLinks, getInfoFeedbackMessage, getWebFragment, getWebFragment, hasElement, selectItemInDropDownMenu, switchToFrame, useAjaxTabs, waitForFancyBoxClosed, waitUntilEnabled, waitUntilEnabled, waitUntilEnabledAndClick, waitUntilEnabledAndClick, waitUntilURLDifferentFrom
public static final String TREE_PATH_ID
protected org.openqa.selenium.WebElement fulltext
protected org.openqa.selenium.WebElement authorAggregate
protected org.openqa.selenium.WebElement coverageAggregate
protected org.openqa.selenium.WebElement createdAggregate
protected org.openqa.selenium.WebElement modifiedAggregate
protected org.openqa.selenium.WebElement sizeAggregate
protected org.openqa.selenium.WebElement subjectsAggregate
protected org.openqa.selenium.WebElement openPathPopupButton
protected org.openqa.selenium.WebElement selectPathDiv
public static final String PATH_REGEX
protected static final String EXPAND_XPATH
public DefaultSearchSubPage(org.openqa.selenium.WebDriver driver)
public WidgetElement getFullTextElement()
public Map<String,Integer> getAvailableCoverageAggregate()
public Map<String,Integer> getAvailableCreatedAggregate()
public Map<String,Integer> getAvailableModifiedAggregate()
public Map<String,Integer> getAvailableSizeAggregate()
public Map<String,Integer> getAvailableSubjectsAggregate()
public org.openqa.selenium.WebElement getCoverageAggregate()
public org.openqa.selenium.WebElement getCreatedAggregate()
public org.openqa.selenium.WebElement getModifiedAggregate()
public org.openqa.selenium.WebElement getSizeAggregate()
public org.openqa.selenium.WebElement getSubjectsAggregate()
public Map<String,Integer> getAvailableAuthorAggregate()
public SearchPage selectCoverageAggregate(String label)
public SearchPage selectCreatedAggregate(String label)
public SearchPage selectModifiedAggregate(String label)
public SearchPage selectSizeAggregate(String label)
public SearchPage selectSubjectsAggregate(String label)
public void selectPath(String path)
public void deselectPath(String path)
public void selectCollections(String[] collections)
public List<String> getSelectedCollections()
Copyright © 2019 Nuxeo. All rights reserved.