Class UrlCondition
java.lang.Object
com.codeborne.selenide.conditions.webdriver.UrlCondition
- All Implemented Interfaces:
ObjectCondition<org.openqa.selenium.WebDriver>
- Direct Known Subclasses:
Url,UrlContaining,UrlStartingWith
public abstract class UrlCondition
extends Object
implements ObjectCondition<org.openqa.selenium.WebDriver>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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
because, message, result
-
Field Details
-
expectedUrl
-
-
Constructor Details
-
UrlCondition
-
-
Method Details
-
expectedValue
- Specified by:
expectedValuein interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
description
- Specified by:
descriptionin interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
negativeDescription
- Specified by:
negativeDescriptionin interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
describe
- Specified by:
describein interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
check
- Specified by:
checkin interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
test
-