public final class Img extends org.testatoo.core.component.Image implements Coreattrs, I18n
| Constructor and Description |
|---|
Img(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "img" element we want to test.
|
| Modifier and Type | Method and Description |
|---|---|
String |
alt()
To get the alt attribute of the image.
|
String |
classname()
To get the class attribute of an html element
|
Direction |
direction()
To get the direction attribute of the html element
|
String |
height()
To get the height of the image.
|
String |
language()
To get the language attribute of the html element
|
String |
longdesc()
To get the longdesc attribute of the image.
|
String |
name()
To get the name attribute of the image.
|
String |
style()
To get the style attribute of an html element
|
String |
title()
To get the title attribute of an html element
|
String |
usemap()
To get the usemap attribute of the image.
|
String |
width()
To get the width of the image.
|
checkIsExpectedComponent, equals, hasFocus, hashCode, id, isDisabled, isEnabled, isVisiblepublic Img(HtmlEvaluator evaluator, String id)
evaluator - a UI Test engine specific html evaluatorid - the id (unique) of the "img" 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 String name()
public String alt()
public String longdesc()
public String usemap()
public String height()
public String width()
Copyright © 2008-2012 Ovea. All Rights Reserved.