public final class Base
extends org.testatoo.core.component.Component
| Constructor and Description |
|---|
Base(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "base" element we want to test.
|
| Modifier and Type | Method and Description |
|---|---|
String |
href()
To get the href attribute of the "base" element.
|
Boolean |
isVisible()
To know if the component is visible
Always return false (not visible element)
|
String |
toString()
To get the string describing the "base" element.
|
public Base(HtmlEvaluator evaluator, String id)
evaluator - a UI Test engine specific html evaluatorid - the id (unique) of the "base" elementorg.testatoo.core.ComponentException - if the given id does not correspond to a "base" elementpublic String href()
public Boolean isVisible()
isVisible in class org.testatoo.core.component.Componentpublic String toString()
toString in class org.testatoo.core.component.ComponentCopyright © 2008-2012 Ovea. All Rights Reserved.