public final class InputText extends org.testatoo.core.component.TextField implements Coreattrs, I18n, org.testatoo.core.nature.SizeSupport
| Constructor and Description |
|---|
InputText(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "input" element we want to test.
|
| Modifier and Type | Method and Description |
|---|---|
String |
accesskey()
To get the accesskey attribute of the text input.
|
String |
alt()
To get the alt attribute of the text input.
|
String |
classname()
To get the class attribute of an html element
|
Direction |
direction()
To get the direction attribute of the html element
|
boolean |
isReadOnly()
To get the readonly attribute of the text input.
|
String |
language()
To get the language attribute of the html element
|
String |
name()
To get the name attribute of the text input.
|
int |
size()
To get the size attribute of the text input.
|
String |
style()
To get the style attribute of an html element
|
int |
tabindex()
To get the tabindex attribute of the text input.
|
String |
title()
To get the title attribute of an html element
|
InputType |
type()
To get the type attribute of the "input" element, that is "text".
|
maxLength, text, toStringcheckIsExpectedComponent, equals, hasFocus, hashCode, id, isDisabled, isEnabled, isVisiblepublic InputText(HtmlEvaluator evaluator, String id)
evaluator - a UI Test engine specific html evaluatorid - the id (unique) of the "input" elementpublic String classname()
Coreattrsclassname in interface CoreattrsCoreAttributeSupportpublic String style()
Coreattrsstyle in interface CoreattrsCoreAttributeSupportpublic String title()
Coreattrstitle in interface CoreattrsCoreAttributeSupportpublic String language()
I18nlanguage in interface I18nI18nAttributeSupportpublic Direction direction()
I18ndirection in interface I18nI18nAttributeSupportpublic InputType type()
public boolean isReadOnly()
public String name()
public String alt()
public int tabindex()
public String accesskey()
public int size()
size in interface org.testatoo.core.nature.SizeSupportCopyright © 2008-2012 Ovea. All Rights Reserved.