Class Selected

  • All Implemented Interfaces:
    java.util.function.Predicate<org.openqa.selenium.WebElement>

    @Deprecated
    public class Selected
    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 expectedSelectionStatus)
      Deprecated.
       
      boolean test​(org.openqa.selenium.WebElement webElement)
      Deprecated.
       
      java.lang.String toString()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Method Detail

      • is

        public java.util.function.Predicate<org.openqa.selenium.WebElement> is​(boolean expectedSelectionStatus)
        Deprecated.
      • test

        public boolean test​(org.openqa.selenium.WebElement webElement)
        Deprecated.
        Specified by:
        test in interface java.util.function.Predicate<org.openqa.selenium.WebElement>
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object