Class Matchers

java.lang.Object
org.openqa.selenium.lift.Matchers

@Deprecated public class Matchers extends Object
Deprecated.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.hamcrest.Matcher<Integer>
    atLeast(int count)
    Deprecated.
     
    static org.hamcrest.Matcher<org.openqa.selenium.WebElement>
    attribute(String attributeName, org.hamcrest.Matcher<String> valueMatcher)
    Deprecated.
     
    static org.hamcrest.Matcher<org.openqa.selenium.WebElement>
    Deprecated.
     
    static org.hamcrest.Matcher<Integer>
    exactly(int count)
    Deprecated.
     
    static org.hamcrest.Matcher<org.openqa.selenium.WebElement>
    Deprecated.
     
    static org.hamcrest.Matcher<org.openqa.selenium.WebElement>
    text(org.hamcrest.Matcher<String> textMatcher)
    Deprecated.
     
    static org.hamcrest.Matcher<org.openqa.selenium.WebElement>
    value(Object value)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Matchers

      public Matchers()
      Deprecated.
  • Method Details

    • attribute

      public static org.hamcrest.Matcher<org.openqa.selenium.WebElement> attribute(String attributeName, org.hamcrest.Matcher<String> valueMatcher)
      Deprecated.
    • atLeast

      public static org.hamcrest.Matcher<Integer> atLeast(int count)
      Deprecated.
    • exactly

      public static org.hamcrest.Matcher<Integer> exactly(int count)
      Deprecated.
    • text

      public static org.hamcrest.Matcher<org.openqa.selenium.WebElement> text(org.hamcrest.Matcher<String> textMatcher)
      Deprecated.
    • selection

      public static org.hamcrest.Matcher<org.openqa.selenium.WebElement> selection()
      Deprecated.
    • value

      public static org.hamcrest.Matcher<org.openqa.selenium.WebElement> value(Object value)
      Deprecated.
    • displayed

      public static org.hamcrest.Matcher<org.openqa.selenium.WebElement> displayed()
      Deprecated.