Class Attribute
- java.lang.Object
-
- eu.tsystems.mms.tic.testframework.pageobjects.filter.Attribute
-
- All Implemented Interfaces:
java.util.function.Predicate<org.openqa.selenium.WebElement>
@Deprecated public class Attribute 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>contains(java.lang.String attributeName, java.lang.String attributeValue)Deprecated.java.util.function.Predicate<org.openqa.selenium.WebElement>containsNot(java.lang.String attributeName, java.lang.String attributeValue)Deprecated.java.util.function.Predicate<org.openqa.selenium.WebElement>exists(java.lang.String attributeName)Deprecated.java.util.function.Predicate<org.openqa.selenium.WebElement>existsNot(java.lang.String attributeName)Deprecated.java.util.function.Predicate<org.openqa.selenium.WebElement>is(java.lang.String attributeName, java.lang.String attributeValue)Deprecated.java.util.function.Predicate<org.openqa.selenium.WebElement>isNot(java.lang.String attributeName, java.lang.String attributeValue)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(java.lang.String attributeName, java.lang.String attributeValue)Deprecated.
-
isNot
public java.util.function.Predicate<org.openqa.selenium.WebElement> isNot(java.lang.String attributeName, java.lang.String attributeValue)Deprecated.
-
contains
public java.util.function.Predicate<org.openqa.selenium.WebElement> contains(java.lang.String attributeName, java.lang.String attributeValue)Deprecated.
-
containsNot
public java.util.function.Predicate<org.openqa.selenium.WebElement> containsNot(java.lang.String attributeName, java.lang.String attributeValue)Deprecated.
-
exists
public java.util.function.Predicate<org.openqa.selenium.WebElement> exists(java.lang.String attributeName)
Deprecated.
-
existsNot
public java.util.function.Predicate<org.openqa.selenium.WebElement> existsNot(java.lang.String attributeName)
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
-
-