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 |
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, filterButtondriver, userServicesForm| Constructor and Description |
|---|
DefaultSearchSubPage(org.openqa.selenium.WebDriver driver) |
| Modifier and Type | Method and Description |
|---|---|
void |
deselectPath(String path) |
Map<String,Integer> |
getAvailableAuthorAggregate() |
Map<String,Integer> |
getAvailableCoverageAggregate() |
Map<String,Integer> |
getAvailableCreatedAggregate() |
Map<String,Integer> |
getAvailableModifiedAggregate() |
Map<String,Integer> |
getAvailableSizeAggregate() |
Map<String,Integer> |
getAvailableSubjectsAggregate() |
org.openqa.selenium.WebElement |
getCoverageAggregate() |
org.openqa.selenium.WebElement |
getCreatedAggregate() |
org.openqa.selenium.WebElement |
getModifiedAggregate() |
org.openqa.selenium.WebElement |
getSizeAggregate() |
org.openqa.selenium.WebElement |
getSubjectsAggregate() |
SearchPage |
selectCoverageAggregate(String label) |
SearchPage |
selectCreatedAggregate(String label) |
SearchPage |
selectModifiedAggregate(String label) |
void |
selectPath(String path) |
SearchPage |
selectSizeAggregate(String label) |
SearchPage |
selectSubjectsAggregate(String label) |
filterasPage, findElementAndWaitUntilEnabled, findElementAndWaitUntilEnabled, findElementsWithTimeout, findElementWaitUntilEnabledAndClick, findElementWaitUntilEnabledAndClick, findElementWithTimeout, findElementWithTimeout, findElementWithTimeout, findElementWithTimeout, get, getErrorFeedbackMessage, getFancyBoxContent, getFeedbackMessage, getHeaderLinks, getWebFragment, getWebFragment, hasElement, selectItemInDropDownMenu, switchToFrame, useAjaxTabs, waitUntilEnabled, waitUntilURLDifferentFrompublic static final String TREE_PATH_ID
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 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 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)
Copyright © 2019 Nuxeo SA. All rights reserved.