Class CurrentFrameUrlStartingWith
java.lang.Object
com.codeborne.selenide.conditions.webdriver.CurrentFrameCondition
com.codeborne.selenide.conditions.webdriver.CurrentFrameUrlStartingWith
- All Implemented Interfaces:
ObjectCondition<org.openqa.selenium.WebDriver>
@ParametersAreNonnullByDefault
public class CurrentFrameUrlStartingWith
extends CurrentFrameCondition
-
Field Summary
Fields inherited from class com.codeborne.selenide.conditions.webdriver.CurrentFrameCondition
expectedUrl
-
Constructor Summary
-
Method Summary
Methods inherited from class com.codeborne.selenide.conditions.webdriver.CurrentFrameCondition
check, describe, description, expectedValue, getCurrentFrameUrl, negativeDescription
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
-
Constructor Details
-
CurrentFrameUrlStartingWith
-
-
Method Details
-
test
- Specified by:
test
in classCurrentFrameCondition
-