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
Constructors -
Method Summary
Methods inherited from class com.codeborne.selenide.conditions.webdriver.CurrentFrameCondition
actualValue, describe, description, expectedValue, getCurrentFrameUrl, negativeDescription
-
Constructor Details
-
CurrentFrameUrlStartingWith
-
-
Method Details
-
test
@CheckReturnValue public boolean test(org.openqa.selenium.WebDriver webDriver)
-