Package org.openqa.selenium.lift.find
Class InputFinder
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.InputFinder
- All Implemented Interfaces:
org.hamcrest.SelfDescribing,Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver>
Deprecated.
Finder for HTML input tags.-
Field Summary
Fields inherited from class org.openqa.selenium.lift.find.BaseFinder
matchers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HtmlTagFinderDeprecated.static HtmlTagFinderimageButton(String label) Deprecated.static HtmlTagFinderDeprecated.static HtmlTagFinderradioButton(String id) Deprecated.static HtmlTagFinderDeprecated.static HtmlTagFindersubmitButton(String label) Deprecated.protected StringDeprecated.protected StringtagName()Deprecated.static HtmlTagFindertextbox()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
-
InputFinder
public InputFinder()Deprecated.
-
-
Method Details
-
tagDescription
Deprecated.- Specified by:
tagDescriptionin classHtmlTagFinder
-
tagName
Deprecated.- Specified by:
tagNamein classHtmlTagFinder
-
textbox
Deprecated. -
imageButton
Deprecated. -
imageButton
Deprecated. -
radioButton
Deprecated. -
radioButton
Deprecated. -
submitButton
Deprecated. -
submitButton
Deprecated.
-