Package org.openqa.selenium.lift.find
Class HtmlTagFinder
java.lang.Object
org.openqa.selenium.lift.find.BaseFinder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver>
org.openqa.selenium.lift.find.HtmlTagFinder
- All Implemented Interfaces:
org.hamcrest.SelfDescribing,Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver>
- Direct Known Subclasses:
DivFinder,ImageFinder,InputFinder,LinkFinder,PageTitleFinder,TableCellFinder,TableFinder
@Deprecated
public abstract class HtmlTagFinder
extends BaseFinder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver>
Deprecated.
Base
Finder for all types of HTML tags. Subclasses should be created for each specific
tag, specifying the tag name (e.g. "a" in the case or an anchor tag), and a description.-
Field Summary
Fields inherited from class org.openqa.selenium.lift.find.BaseFinder
matchers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddescribeTargetTo(org.hamcrest.Description description) Deprecated.protected Collection<org.openqa.selenium.WebElement>extractFrom(org.openqa.selenium.WebDriver context) Deprecated.protected abstract StringDeprecated.protected abstract StringtagName()Deprecated.with(org.hamcrest.Matcher<org.openqa.selenium.WebElement> matcher) Deprecated.Methods inherited from class org.openqa.selenium.lift.find.BaseFinder
allMatching, describeTo, findFrom
-
Constructor Details
-
HtmlTagFinder
public HtmlTagFinder()Deprecated.
-
-
Method Details
-
extractFrom
protected Collection<org.openqa.selenium.WebElement> extractFrom(org.openqa.selenium.WebDriver context) Deprecated.- Specified by:
extractFromin classBaseFinder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver>
-
describeTargetTo
protected void describeTargetTo(org.hamcrest.Description description) Deprecated.- Specified by:
describeTargetToin classBaseFinder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver>
-
with
Deprecated.- Specified by:
within interfaceFinder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> - Overrides:
within classBaseFinder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver>
-
tagName
Deprecated. -
tagDescription
Deprecated.
-