@ParametersAreNonnullByDefault public class NumberOfWindows extends java.lang.Object implements ObjectCondition<org.openqa.selenium.WebDriver>
| Constructor and Description |
|---|
NumberOfWindows(int expectedNumberOfWindows) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
actualValue(org.openqa.selenium.WebDriver webDriver) |
java.lang.String |
describe(org.openqa.selenium.WebDriver webDriver) |
java.lang.String |
description() |
java.lang.String |
expectedValue() |
java.lang.String |
negativeDescription() |
boolean |
test(org.openqa.selenium.WebDriver webDriver) |
@Nonnull @CheckReturnValue public java.lang.String description()
description in interface ObjectCondition<org.openqa.selenium.WebDriver>@Nonnull @CheckReturnValue public java.lang.String negativeDescription()
negativeDescription in interface ObjectCondition<org.openqa.selenium.WebDriver>@CheckReturnValue public boolean test(org.openqa.selenium.WebDriver webDriver)
test in interface ObjectCondition<org.openqa.selenium.WebDriver>@Nullable @CheckReturnValue public java.lang.String actualValue(org.openqa.selenium.WebDriver webDriver)
actualValue in interface ObjectCondition<org.openqa.selenium.WebDriver>@Nullable @CheckReturnValue public java.lang.String expectedValue()
expectedValue in interface ObjectCondition<org.openqa.selenium.WebDriver>@Nonnull @CheckReturnValue public java.lang.String describe(org.openqa.selenium.WebDriver webDriver)
describe in interface ObjectCondition<org.openqa.selenium.WebDriver>