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 StringgetCurrentFrameUrl(org.openqa.selenium.WebDriver webDriver) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.codeborne.selenide.ObjectCondition
test
-
Field Details
-
expectedUrl
-
-
Constructor Details
-
CurrentFrameCondition
-
-
Method Details
-
description
- Specified by:
descriptionin interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
negativeDescription
- Specified by:
negativeDescriptionin interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
actualValue
- Specified by:
actualValuein interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
expectedValue
- Specified by:
expectedValuein interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
getCurrentFrameUrl
@CheckReturnValue @Nonnull protected String getCurrentFrameUrl(org.openqa.selenium.WebDriver webDriver) -
describe
- Specified by:
describein interfaceObjectCondition<org.openqa.selenium.WebDriver>
-