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>
public class InputFinder extends HtmlTagFinder
Finderfor HTML input tags.
-
-
Field Summary
-
Fields inherited from class org.openqa.selenium.lift.find.BaseFinder
matchers
-
-
Constructor Summary
Constructors Constructor Description InputFinder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HtmlTagFinderimageButton()static HtmlTagFinderimageButton(java.lang.String label)static HtmlTagFinderradioButton()static HtmlTagFinderradioButton(java.lang.String id)static HtmlTagFindersubmitButton()static HtmlTagFindersubmitButton(java.lang.String label)protected java.lang.StringtagDescription()protected java.lang.StringtagName()static HtmlTagFindertextbox()-
Methods inherited from class org.openqa.selenium.lift.find.HtmlTagFinder
describeTargetTo, extractFrom, with
-
Methods inherited from class org.openqa.selenium.lift.find.BaseFinder
allMatching, describeTo, findFrom
-
-
-
-
Method Detail
-
tagDescription
protected java.lang.String tagDescription()
- Specified by:
tagDescriptionin classHtmlTagFinder
-
tagName
protected java.lang.String tagName()
- Specified by:
tagNamein classHtmlTagFinder
-
textbox
public static HtmlTagFinder textbox()
-
imageButton
public static HtmlTagFinder imageButton()
-
imageButton
public static HtmlTagFinder imageButton(java.lang.String label)
-
radioButton
public static HtmlTagFinder radioButton()
-
radioButton
public static HtmlTagFinder radioButton(java.lang.String id)
-
submitButton
public static HtmlTagFinder submitButton()
-
submitButton
public static HtmlTagFinder submitButton(java.lang.String label)
-
-