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, withallMatching, describeTo, findFromprotected String tagDescription()
tagDescription in class HtmlTagFinderprotected String tagName()
tagName in class HtmlTagFinderpublic 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.