public final class IFrame extends org.testatoo.core.component.Component implements Coreattrs, org.testatoo.core.nature.Container
| Constructor and Description |
|---|
IFrame(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "iframe" element we want to test.
|
| Modifier and Type | Method and Description |
|---|---|
String |
classname()
To get the class attribute of an html element
|
Boolean |
contains(org.testatoo.core.component.Component... components)
To know if the iframe contains all the given components.
|
int |
frameborder()
To get the frameborder attribute of the iframe.
|
String |
longdesc()
To get the longdesc attribute of the iframe.
|
int |
marginheight()
To get the marginheight attribute of the iframe.
|
int |
marginwidth()
To get the marginwidth attribute of the iframe.
|
String |
name()
To get the name attribute of the iframe.
|
Scrolling |
scrolling()
To get the scrolling attribute of the iframe.
|
String |
src()
To get the src attribute of the iframe.
|
String |
style()
To get the style attribute of an html element
|
String |
title()
To get the title attribute of an html element
|
String |
toString()
To get the string describing the iframe.
|
checkIsExpectedComponent, equals, hasFocus, hashCode, id, isDisabled, isEnabled, isVisiblepublic IFrame(HtmlEvaluator evaluator, String id)
evaluator - a UI Test engine specific html evaluatorid - the id (unique) of the "iframe" elementorg.testatoo.core.ComponentException - if the given id does not correspond to a "iframe" elementpublic String classname()
Coreattrsclassname in interface CoreattrsCoreAttributeSupportpublic String style()
Coreattrsstyle in interface CoreattrsCoreAttributeSupportpublic String title()
Coreattrstitle in interface CoreattrsCoreAttributeSupportpublic String name()
public String longdesc()
public String src()
public int frameborder()
public int marginwidth()
public int marginheight()
public Scrolling scrolling()
public 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 iframepublic String toString()
toString in class org.testatoo.core.component.ComponentCopyright © 2008-2013 Ovea. All Rights Reserved.