org.openqa.selenium.lift.find
Class InputFinder
java.lang.Object
org.openqa.selenium.lift.find.BaseFinder<WebElement,WebDriver>
org.openqa.selenium.lift.find.HtmlTagFinder
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputFinder
public InputFinder()
tagDescription
protected String tagDescription()
- Specified by:
tagDescription
in class HtmlTagFinder
tagName
protected String tagName()
- Specified by:
tagName
in class HtmlTagFinder
textbox
public static HtmlTagFinder textbox()
imageButton
public static HtmlTagFinder imageButton()
imageButton
public static HtmlTagFinder imageButton(String label)
radioButton
public static HtmlTagFinder radioButton()
radioButton
public static HtmlTagFinder radioButton(String id)
submitButton
public static HtmlTagFinder submitButton()
submitButton
public static HtmlTagFinder submitButton(String label)
Copyright © 2012. All Rights Reserved.