public final class Object extends org.testatoo.core.component.Component implements Coreattrs, I18n, org.testatoo.core.nature.Container
| Constructor and Description |
|---|
Object(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "object" element we want to test.
|
| Modifier and Type | Method and Description |
|---|---|
String |
archive()
To get the archive attribute of the object.
|
String |
classid()
To get the classid attribute of the object.
|
String |
classname()
To get the class attribute of an html element
|
String |
codebase()
To get the codebase attribute of the object.
|
String |
codetype()
To get the codetype attribute of the object.
|
Boolean |
contains(org.testatoo.core.component.Component... components)
To know if the object contains all the given components.
|
String |
data()
To get the data attribute of the object.
|
Direction |
direction()
To get the direction attribute of the html element
|
String |
height()
To get the height attribute of the object.
|
String |
language()
To get the language attribute of the html element
|
String |
name()
To get the name attribute of the object.
|
org.testatoo.core.Selection<Param> |
params()
To get the different parameters of the object.
|
String |
standby()
To get the standby attribute of the object.
|
String |
style()
To get the style attribute of an html element
|
String |
title()
To get the title attribute of an html element
|
String |
type()
To get the type attribute of the object.
|
String |
usemap()
To get the usemap attribute of the object.
|
String |
width()
To get the width attribute of the object.
|
checkIsExpectedComponent, equals, hasFocus, hashCode, id, isDisabled, isEnabled, isVisible, toStringpublic Object(HtmlEvaluator evaluator, String id)
evaluator - a UI Test engine specific html evaluatorid - the id (unique) of the "object" elementorg.testatoo.core.ComponentException - if the given id does not correspond to a "object" 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 Boolean contains(org.testatoo.core.component.Component... components)
contains in interface org.testatoo.core.nature.Containercomponents - components we want to know if contained in the objectpublic String classid()
public String codebase()
public String data()
public String type()
public String archive()
public String codetype()
public String standby()
public String height()
public String width()
public String usemap()
public String name()
public org.testatoo.core.Selection<Param> params()
Copyright © 2008-2013 Ovea. All Rights Reserved.