public class InputFinder extends HtmlTagFinder
Finder
for HTML input tags.matchers
Constructor and Description |
---|
InputFinder() |
Modifier and Type | Method and Description |
---|---|
static HtmlTagFinder |
imageButton() |
static HtmlTagFinder |
imageButton(String label) |
static HtmlTagFinder |
radioButton() |
static HtmlTagFinder |
radioButton(String id) |
static HtmlTagFinder |
submitButton() |
static HtmlTagFinder |
submitButton(String label) |
protected String |
tagDescription() |
protected String |
tagName() |
static HtmlTagFinder |
textbox() |
describeTargetTo, extractFrom, with
allMatching, describeTo, findFrom
protected String tagDescription()
tagDescription
in class HtmlTagFinder
protected String tagName()
tagName
in class HtmlTagFinder
public static HtmlTagFinder textbox()
public static HtmlTagFinder imageButton()
public static HtmlTagFinder imageButton(String label)
public static HtmlTagFinder radioButton()
public static HtmlTagFinder radioButton(String id)
public static HtmlTagFinder submitButton()
public static HtmlTagFinder submitButton(String label)
Copyright © 2015. All rights reserved.