Package org.openqa.selenium.lift.find
Class BaseFinder<S,T>
java.lang.Object
org.openqa.selenium.lift.find.BaseFinder<S,T>
- All Implemented Interfaces:
org.hamcrest.SelfDescribing,Finder<S,T>
- Direct Known Subclasses:
HtmlTagFinder,XPathFinder
Deprecated.
Base class for
Finders. These allow the creation of a specification to be applied to
objects of type T, to identify and return a Collection of any contained objects of type S.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<S>allMatching(List<org.hamcrest.Matcher<S>> matchers, Collection<S> items) Deprecated.protected abstract voiddescribeTargetTo(org.hamcrest.Description description) Deprecated.voiddescribeTo(org.hamcrest.Description description) Deprecated.protected abstract Collection<S>extractFrom(T context) Deprecated.Deprecated.Deprecated.
-
Field Details
-
matchers
Deprecated.
-
-
Constructor Details
-
BaseFinder
public BaseFinder()Deprecated.
-
-
Method Details
-
findFrom
Deprecated. -
with
Deprecated. -
describeTo
public void describeTo(org.hamcrest.Description description) Deprecated.- Specified by:
describeToin interfaceorg.hamcrest.SelfDescribing
-
extractFrom
Deprecated. -
describeTargetTo
protected abstract void describeTargetTo(org.hamcrest.Description description) Deprecated. -
allMatching
Deprecated.
-