Class NumberOfWindows
java.lang.Object
com.codeborne.selenide.conditions.webdriver.NumberOfWindows
- All Implemented Interfaces:
ObjectCondition<org.openqa.selenium.WebDriver>
public class NumberOfWindows
extends Object
implements ObjectCondition<org.openqa.selenium.WebDriver>
-
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, negativeDescription, or, result
-
Constructor Details
-
NumberOfWindows
public NumberOfWindows(int expectedNumberOfWindows)
-
-
Method Details
-
description
- Specified by:
descriptionin interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
check
- Specified by:
checkin interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
expectedValue
- Specified by:
expectedValuein interfaceObjectCondition<org.openqa.selenium.WebDriver>
-
describe
- Specified by:
describein interfaceObjectCondition<org.openqa.selenium.WebDriver>
-