Class Enabled
- java.lang.Object
-
- eu.tsystems.mms.tic.testframework.pageobjects.filter.Enabled
-
- All Implemented Interfaces:
java.util.function.Predicate<org.openqa.selenium.WebElement>
@Deprecated public class Enabled extends java.lang.Object implements java.util.function.Predicate<org.openqa.selenium.WebElement>Deprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.function.Predicate<org.openqa.selenium.WebElement>is(boolean expectedVisibility)Deprecated.booleantest(org.openqa.selenium.WebElement webElement)Deprecated.java.lang.StringtoString()Deprecated.
-
-
-
Method Detail
-
is
public java.util.function.Predicate<org.openqa.selenium.WebElement> is(boolean expectedVisibility)
Deprecated.
-
test
public boolean test(org.openqa.selenium.WebElement webElement)
Deprecated.- Specified by:
testin interfacejava.util.function.Predicate<org.openqa.selenium.WebElement>
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-