org.openqa.selenium.lift.find
Class InputFinder

java.lang.Object
  extended by org.openqa.selenium.lift.find.BaseFinder<WebElement,WebDriver>
      extended by org.openqa.selenium.lift.find.HtmlTagFinder
          extended by org.openqa.selenium.lift.find.InputFinder
All Implemented Interfaces:
org.hamcrest.SelfDescribing, Finder<WebElement,WebDriver>

public class InputFinder
extends HtmlTagFinder

Finder for HTML input tags.

Author:
rchatley (Robert Chatley)

Field Summary
 
Fields inherited from class org.openqa.selenium.lift.find.BaseFinder
matchers
 
Constructor Summary
InputFinder()
           
 
Method Summary
static HtmlTagFinder imageButton()
           
static HtmlTagFinder imageButton(java.lang.String label)
           
static HtmlTagFinder radioButton()
           
static HtmlTagFinder radioButton(java.lang.String id)
           
static HtmlTagFinder submitButton()
           
static HtmlTagFinder submitButton(java.lang.String label)
           
protected  java.lang.String tagDescription()
           
protected  java.lang.String tagName()
           
static HtmlTagFinder textbox()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputFinder

public InputFinder()
Method Detail

tagDescription

protected java.lang.String tagDescription()
Specified by:
tagDescription in class HtmlTagFinder

tagName

protected java.lang.String tagName()
Specified by:
tagName in class HtmlTagFinder

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)


Copyright © 2010. All Rights Reserved.