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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactualValue
(org.openqa.selenium.WebDriver webDriver) describe
(org.openqa.selenium.WebDriver webDriver) protected String
getCurrentFrameUrl
(org.openqa.selenium.WebDriver webDriver) 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
test
-
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>
-
actualValue
- Specified by:
actualValue
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>
-