Package org.openqa.selenium.lift.find
Class DivFinder
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.DivFinder
- All Implemented Interfaces:
org.hamcrest.SelfDescribing,Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver>
Deprecated.
Finder for HTML div tags.-
Field Summary
Fields inherited from class org.openqa.selenium.lift.find.BaseFinder
matchers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HtmlTagFinderdiv()Deprecated.static HtmlTagFinderDeprecated.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
-
Constructor Details
-
DivFinder
public DivFinder()Deprecated.
-
-
Method Details
-
tagDescription
Deprecated.- Specified by:
tagDescriptionin classHtmlTagFinder
-
tagName
Deprecated.- Specified by:
tagNamein classHtmlTagFinder
-
div
Deprecated. -
div
Deprecated.
-