public class FrameSet extends org.testatoo.core.component.Component implements Coreattrs
| Constructor and Description |
|---|
FrameSet(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "frameset" element we want to test.
|
| Modifier and Type | Method and Description |
|---|---|
String |
classname()
To get the class attribute of an html element
|
String |
cols()
To get the cols attribute of the frameset.
|
String |
rows()
To get the rows attribute of the frameset.
|
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 frameset
|
checkIsExpectedComponent, equals, hasFocus, hashCode, id, isDisabled, isEnabled, isVisiblepublic FrameSet(HtmlEvaluator evaluator, String id)
evaluator - a UI Test engine specific html evaluatorid - the id (unique) of the "frameset" elementorg.testatoo.core.ComponentException - if the given id does not correspond to a "frameset" elementpublic String classname()
Coreattrsclassname in interface CoreattrsCoreAttributeSupportpublic String style()
Coreattrsstyle in interface CoreattrsCoreAttributeSupportpublic String title()
Coreattrstitle in interface CoreattrsCoreAttributeSupportpublic String cols()
public String rows()
public String toString()
toString in class org.testatoo.core.component.ComponentCopyright © 2008-2012 Ovea. All Rights Reserved.