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 |
protected java.lang.String |
name |
| 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() |
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 final java.lang.String name
protected final java.lang.String expectedUrl
protected CurrentFrameCondition(java.lang.String name,
java.lang.String expectedUrl)
@Nonnull public java.lang.String description()
description in interface ObjectCondition<org.openqa.selenium.WebDriver>@Nonnull public java.lang.String negativeDescription()
negativeDescription in interface ObjectCondition<org.openqa.selenium.WebDriver>@Nullable public java.lang.String actualValue(org.openqa.selenium.WebDriver webDriver)
actualValue 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>