public final class A extends org.testatoo.core.component.Link implements Coreattrs, I18n
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
accesskey()
To get the accesskey attribute of the "a" element
|
String |
charset()
To get the charset attribute of the "a" element.
|
String |
classname()
To get the class attribute of an html element
|
String |
coords()
To get the coords attribute of the "a" element.
|
Direction |
direction()
To get the direction attribute of the html element
|
String |
href()
To get the href attribute of the "a" element.
|
String |
hreflang()
To get the hreflang attribute of the "a" element.
|
String |
language()
To get the language attribute of the html element
|
String |
name()
To get the name attribute of the "a" element.
|
String |
rel()
To get the rel attribute of the "a" element.
|
String |
rev()
To get the rev attribute of the "a" element.
|
Shape |
shape()
To get the shape attribute of the "a" element.
|
String |
style()
To get the style attribute of an html element
|
int |
tabindex()
To get the tabindex attribute of the "a" element.
|
String |
title()
To get the title attribute of an html element
|
String |
type()
To get the type attribute of the "a" element.
|
checkIsExpectedComponent, equals, hasFocus, hashCode, id, isDisabled, isEnabled, isVisiblepublic A(HtmlEvaluator evaluator, String id)
evaluator - a UI Test engine specific html evaluatorid - the id (unique) of the "a" elementorg.testatoo.core.ComponentException - if the given id does not correspond to a "a" elementpublic String classname()
Coreattrsclassname in interface CoreattrsCoreAttributeSupportpublic String style()
Coreattrsstyle in interface CoreattrsCoreAttributeSupportpublic String title()
Coreattrstitle in interface CoreattrsCoreAttributeSupportpublic String language()
I18nlanguage in interface I18nI18nAttributeSupportpublic Direction direction()
I18ndirection in interface I18nI18nAttributeSupportpublic String type()
public String name()
public String charset()
public String href()
public String hreflang()
public String rel()
public String rev()
public String accesskey()
public Shape shape()
public String coords()
public int tabindex()
Copyright © 2008-2013 Ovea. All Rights Reserved.