| Package | Description |
|---|---|
| org.testatoo.cartridge.html4 | |
| org.testatoo.cartridge.html4.element | |
| org.testatoo.cartridge.html4.evaluator.selenium |
| Modifier and Type | Method and Description |
|---|---|
String |
HtmlEvaluator.attribute(String id,
Attribute attribute)
To get the value of an attribute of the html element with a given id
|
Boolean |
HtmlEvaluator.exist(String id,
Attribute attribute)
To know if an attribute is present for a given component.
|
| Modifier and Type | Method and Description |
|---|---|
static Attribute |
Attribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attribute[] |
Attribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SeleniumHtmlEvaluator.attribute(String id,
Attribute attribute) |
Boolean |
SeleniumHtmlEvaluator.exist(String id,
Attribute attribute) |
Copyright © 2008-2012 Ovea. All Rights Reserved.