Package org.openqa.selenium.lift.find
Class TableFinder
java.lang.Object
org.openqa.selenium.lift.find.BaseFinder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver>
org.openqa.selenium.lift.find.HtmlTagFinder
org.openqa.selenium.lift.find.TableFinder
- All Implemented Interfaces:
org.hamcrest.SelfDescribing,Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver>
Deprecated.
A
Finder for HTML table tags.-
Field Summary
Fields inherited from class org.openqa.selenium.lift.find.BaseFinder
matchers -
Method Summary
Modifier and TypeMethodDescriptionstatic HtmlTagFindertable()Deprecated.static HtmlTagFindertables()Deprecated.protected StringDeprecated.protected StringtagName()Deprecated.Methods inherited from class org.openqa.selenium.lift.find.HtmlTagFinder
describeTargetTo, extractFrom, withMethods inherited from class org.openqa.selenium.lift.find.BaseFinder
allMatching, describeTo, findFrom
-
Method Details
-
tagName
Deprecated.- Specified by:
tagNamein classHtmlTagFinder
-
tagDescription
Deprecated.- Specified by:
tagDescriptionin classHtmlTagFinder
-
table
Deprecated. -
tables
Deprecated.
-