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
public abstract class CurrentFrameCondition
extends Object
implements ObjectCondition<org.openqa.selenium.WebDriver>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheck(org.openqa.selenium.WebDriver webDriver) describe(org.openqa.selenium.WebDriver webDriver) protected StringgetCurrentFrameUrl(org.openqa.selenium.WebDriver webDriver) protected abstract booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.codeborne.selenide.ObjectCondition
because, message, result
-
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>
-
expectedValue
- Specified by:
expectedValuein interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
getCurrentFrameUrl
-
describe
- Specified by:
describein interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
check
- Specified by:
checkin interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
test
-