@ParametersAreNonnullByDefault public abstract class CurrentFrameCondition extends java.lang.Object implements ObjectCondition<org.openqa.selenium.WebDriver>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
expectedUrl |
| Modifier | Constructor and Description |
|---|---|
protected |
CurrentFrameCondition(java.lang.String name,
java.lang.String expectedUrl) |
| 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() |
protected java.lang.String |
getCurrentFrameUrl(org.openqa.selenium.WebDriver webDriver) |
java.lang.String |
negativeDescription() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittestprotected CurrentFrameCondition(java.lang.String name,
java.lang.String expectedUrl)
@CheckReturnValue @Nonnull public java.lang.String description()
description in interface ObjectCondition<org.openqa.selenium.WebDriver>@CheckReturnValue @Nonnull public java.lang.String negativeDescription()
negativeDescription in interface ObjectCondition<org.openqa.selenium.WebDriver>@CheckReturnValue @Nullable 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>@CheckReturnValue @Nonnull protected java.lang.String getCurrentFrameUrl(org.openqa.selenium.WebDriver webDriver)
@Nonnull @CheckReturnValue public java.lang.String describe(org.openqa.selenium.WebDriver webDriver)
describe in interface ObjectCondition<org.openqa.selenium.WebDriver>