Class CurrentFrameCondition
java.lang.Object
com.codeborne.selenide.conditions.webdriver.CurrentFrameCondition
- All Implemented Interfaces:
ObjectCondition<org.openqa.selenium.WebDriver>
- Direct Known Subclasses:
CurrentFrameUrl
,CurrentFrameUrlContaining
,CurrentFrameUrlStartingWith
@ParametersAreNonnullByDefault
public abstract class CurrentFrameCondition
extends Object
implements ObjectCondition<org.openqa.selenium.WebDriver>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncheck
(org.openqa.selenium.WebDriver webDriver) describe
(org.openqa.selenium.WebDriver webDriver) protected String
getCurrentFrameUrl
(org.openqa.selenium.WebDriver webDriver) protected abstract boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.codeborne.selenide.ObjectCondition
message, result
-
Field Details
-
expectedUrl
-
-
Constructor Details
-
CurrentFrameCondition
-
-
Method Details
-
description
- Specified by:
description
in interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
negativeDescription
- Specified by:
negativeDescription
in interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
expectedValue
- Specified by:
expectedValue
in interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
getCurrentFrameUrl
@CheckReturnValue @Nonnull protected String getCurrentFrameUrl(org.openqa.selenium.WebDriver webDriver) -
describe
- Specified by:
describe
in interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
check
- Specified by:
check
in interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
test
-