public class CheckBoxAggregateElements extends Object implements AggregateElement
| Modifier and Type | Field and Description | 
|---|---|
protected org.openqa.selenium.WebDriver | 
driver  | 
protected org.openqa.selenium.WebElement | 
element  | 
AGG_REGEX| Constructor and Description | 
|---|
CheckBoxAggregateElements(org.openqa.selenium.WebDriver driver,
                         org.openqa.selenium.WebElement element)  | 
CheckBoxAggregateElements(org.openqa.selenium.WebElement element)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Integer> | 
getAggregates()  | 
void | 
selectOrUnselect(String label)  | 
protected org.openqa.selenium.WebElement element
protected org.openqa.selenium.WebDriver driver
public CheckBoxAggregateElements(org.openqa.selenium.WebElement element)
public CheckBoxAggregateElements(org.openqa.selenium.WebDriver driver, org.openqa.selenium.WebElement element)
driver - coverageAggregate - public Map<String,Integer> getAggregates()
getAggregates in interface AggregateElementpublic void selectOrUnselect(String label)
Copyright © 2019 Nuxeo. All rights reserved.