public class DefaultSearchSubPage extends AbstractSearchSubPage
Modifier and Type | Field and Description |
---|---|
static String |
PATH_REGEX |
static String |
TREE_PATH_ID |
clearButton, filterButton
userServicesForm
Constructor and Description |
---|
DefaultSearchSubPage(org.openqa.selenium.WebDriver driver) |
Modifier and Type | Method and Description |
---|---|
void |
deselectPath(String path) |
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) |
filter
asPage, findElementAndWaitUntilEnabled, findElementAndWaitUntilEnabled, findElementsWithTimeout, findElementWaitUntilEnabledAndClick, findElementWaitUntilEnabledAndClick, findElementWithTimeout, findElementWithTimeout, findElementWithTimeout, findElementWithTimeout, get, getErrorFeedbackMessage, getFancyBoxContent, getFeedbackMessage, getHeaderLinks, getWebFragment, getWebFragment, hasElement, selectItemInDropDownMenu, switchToFrame, waitUntilEnabled, waitUntilURLDifferentFrom
public static final String TREE_PATH_ID
public static final String PATH_REGEX
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 © 2015 Nuxeo SA. All rights reserved.