public class File extends org.testatoo.core.component.FileDialog implements Coreattrs, I18n
| Constructor and Description |
|---|
File(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 |
accept()
To get the accept attribute of the file.
|
String |
accesskey()
To get the accesskey attribute of the file.
|
String |
alt()
To get the alt attribute of the file.
|
String |
classname()
To get the class attribute of an html element
|
Direction |
direction()
To get the direction attribute of the html element
|
String |
language()
To get the language attribute of the html element
|
String |
name()
To get the name attribute of the file.
|
String |
selectedFilePath() |
String |
style()
To get the style attribute of an html element
|
int |
tabindex()
To get the tabindex attribute of the file.
|
String |
title()
To get the title attribute of an html element
|
InputType |
type()
To get the type attribute of the "input" element, that is "file".
|
String |
value()
To get the value attribute of the file.
|
checkIsExpectedComponent, equals, hasFocus, hashCode, id, isDisabled, isEnabled, isVisiblepublic File(HtmlEvaluator evaluator, String id)
evaluator - a UI Test engine specific html evaluatorid - the id (unique) of the "input" elementorg.testatoo.core.ComponentException - if the given id does not correspond to a "input" element with type="file"public Direction direction()
I18ndirection in interface I18nI18nAttributeSupportpublic String language()
I18nlanguage in interface I18nI18nAttributeSupportpublic String classname()
Coreattrsclassname in interface CoreattrsCoreAttributeSupportpublic String style()
Coreattrsstyle in interface CoreattrsCoreAttributeSupportpublic String title()
Coreattrstitle in interface Coreattrstitle in interface org.testatoo.core.nature.TitleSupporttitle in class org.testatoo.core.component.AbstractWindowCoreAttributeSupportpublic InputType type()
public String name()
public String alt()
public String value()
public String selectedFilePath()
selectedFilePath in class org.testatoo.core.component.FileDialogpublic int tabindex()
public String accesskey()
public String accept()
Copyright © 2008-2012 Ovea. All Rights Reserved.