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