public class ListSizeMismatch
extends java.lang.AssertionError
| Constructor and Description |
|---|
ListSizeMismatch(int expectedSize,
WebElementsCollection collection,
java.util.List<org.openqa.selenium.WebElement> actualElements,
long timeoutMs) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public ListSizeMismatch(int expectedSize,
WebElementsCollection collection,
java.util.List<org.openqa.selenium.WebElement> actualElements,
long timeoutMs)