Class CookieWithNameAndValue
java.lang.Object
com.codeborne.selenide.conditions.webdriver.CookieWithNameAndValue
- All Implemented Interfaces:
ObjectCondition<org.openqa.selenium.WebDriver>
@ParametersAreNonnullByDefault
public class CookieWithNameAndValue
extends Object
implements ObjectCondition<org.openqa.selenium.WebDriver>
-
Constructor Details
-
CookieWithNameAndValue
-
-
Method Details
-
description
- Specified by:
description
in interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
negativeDescription
- Specified by:
negativeDescription
in interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
check
- Specified by:
check
in interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
expectedValue
- Specified by:
expectedValue
in interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
describe
- Specified by:
describe
in interfaceObjectCondition<org.openqa.selenium.WebDriver>
-