public class SelectConditions extends Object
ExpectedConditions for Select.| Constructor and Description |
|---|
SelectConditions() |
| Modifier and Type | Method and Description |
|---|---|
static org.openqa.selenium.support.ui.ExpectedCondition<org.openqa.selenium.support.ui.Select> |
hasAtLeastValues(org.openqa.selenium.By locator,
Integer minValuesCount)
Condition met when a <select> has at least given count of <option>s.
|
public static org.openqa.selenium.support.ui.ExpectedCondition<org.openqa.selenium.support.ui.Select> hasAtLeastValues(org.openqa.selenium.By locator,
Integer minValuesCount)
locator - locator of the selectminValuesCount - minimal number of options requiredCopyright © 2017. All Rights Reserved.