| Package | Description |
|---|---|
| org.testatoo.cartridge.html4 | |
| org.testatoo.cartridge.html4.component | |
| org.testatoo.cartridge.html4.element | |
| org.testatoo.cartridge.html4.evaluator.selenium |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
By.id(HtmlEvaluator evaluator) |
abstract String |
By.id(HtmlEvaluator evaluator,
org.testatoo.core.Duration duration,
org.testatoo.core.Duration frequency) |
abstract List<String> |
By.ids(HtmlEvaluator evaluator) |
abstract List<String> |
By.ids(HtmlEvaluator evaluator,
org.testatoo.core.Duration duration,
org.testatoo.core.Duration frequency) |
| Constructor and Description |
|---|
ListBox(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "select" element we want to test.
|
| Constructor and Description |
|---|
A(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "a" element we want to test.
|
Abbr(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the abbr element we want to test.
|
Acronym(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the acronym element we want to test.
|
AlertBox(HtmlEvaluator evaluator)
Class constructor specifying the evaluator to use and the id of the alertBox we want to test.
|
Area(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "area" element we want to test.
|
Base(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "base" element we want to test.
|
Button(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "button" or "input" element we want to test.
|
Caption(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "caption" element we want to test.
|
CheckBox(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "input" element we want to test.
|
Cite(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the cite element we want to test.
|
Code(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the code element we want to test.
|
Col(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "col" element we want to test.
|
Colgroup(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "colgroup" element we want to test.
|
Dd(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "dd" element we want to test.
|
Dfn(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the dfn element we want to test.
|
Div(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "div" element we want to test.
|
Dl(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "dl" element we want to test.
|
DropDown(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "select" element we want to test.
|
Dt(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "dt" element we want to test.
|
Em(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the em element we want to test.
|
FieldSet(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "fieldset" element we want to test.
|
File(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "input" element we want to test.
|
Form(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "form" element we want to test.
|
Frame(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "frame" element we want to test.
|
FrameSet(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "frameset" element we want to test.
|
Hidden(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "input" element we want to test.
|
IFrame(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "iframe" element we want to test.
|
Img(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "img" element we want to test.
|
InputPassword(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "input" element we want to test.
|
InputText(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "input" element we want to test.
|
Kbd(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the kbd element we want to test.
|
Label(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "label" element we want to test.
|
Legend(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "legend" element we want to test.
|
Li(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "li" element we want to test.
|
Link(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "link" element we want to test.
|
Map(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "map" element we want to test.
|
NoFrames(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "noframes" element we want to test.
|
Object(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "object" element we want to test.
|
Ol(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "ol" element we want to test.
|
Option(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "option" element we want to test.
|
OptionGroup(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "optgroup" element we want to test.
|
P(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "a" element we want to test.
|
Param(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "param" element we want to test.
|
Phrase(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the phrase element we want to test.
|
Radio(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "input" element we want to test.
|
Samp(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the samp element we want to test.
|
Script(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "script" element we want to test.
|
Select(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "select" element we want to test.
|
Span(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the acronym element we want to test.
|
Strong(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the strong element we want to test.
|
Table(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the table element we want to test.
|
TBody(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the TBody element we want to test.
|
Td(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the td element we want to test.
|
TextArea(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the textarea element we want to test.
|
TFoot(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the TFoot element we want to test.
|
Th(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the th element we want to test.
|
THead(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the THead element we want to test.
|
Title(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the H1...
|
Tr(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the tr element we want to test.
|
Ul(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "ul" element we want to test.
|
Var(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the var element we want to test.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SeleniumHtmlEvaluator
This class is the implementation of an evaluator for html4 elements with Selenium as UI Test engine.
|
Copyright © 2008-2012 Ovea. All Rights Reserved.