Interface Finder<S,T>

All Superinterfaces:
org.hamcrest.SelfDescribing
All Known Implementing Classes:
BaseFinder, DivFinder, HtmlTagFinder, ImageFinder, InputFinder, LinkFinder, PageTitleFinder, TableCellFinder, TableFinder, XPathFinder

@Deprecated public interface Finder<S,T> extends org.hamcrest.SelfDescribing
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    findFrom(T context)
    Deprecated.
     
    with(org.hamcrest.Matcher<S> textMatcher)
    Deprecated.
     

    Methods inherited from interface org.hamcrest.SelfDescribing

    describeTo
  • Method Details

    • findFrom

      Collection<S> findFrom(T context)
      Deprecated.
    • with

      Finder<S,T> with(org.hamcrest.Matcher<S> textMatcher)
      Deprecated.