public final class Link extends org.testatoo.core.component.Link implements Coreattrs, I18n
| Constructor and Description |
|---|
Link(HtmlEvaluator evaluator,
String id)
Class constructor specifying the evaluator to use and the id of the "link" element we want to test.
|
| Modifier and Type | Method and Description |
|---|---|
String |
charset()
To get the charset attribute of the "link" element.
|
String |
classname()
To get the class attribute of an html element
|
Direction |
direction()
To get the direction attribute of the html element
|
String |
href()
To get the href attribute of the "link" element.
|
String |
hreflang()
To get the hreflang attribute of the "link" element.
|
Boolean |
isEnabled() |
Boolean |
isVisible() |
String |
language()
To get the language attribute of the html element
|
String |
media()
To get the media attribute of the "link" element.
|
String |
rel()
To get the rel attribute of the "link" element.
|
String |
rev()
To get the rev attribute of the "link" element.
|
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 "link" element.
|
String |
type()
To get the type attribute of the "link" element.
|
checkIsExpectedComponent, equals, hasFocus, hashCode, id, isDisabledpublic Link(HtmlEvaluator evaluator, String id)
evaluator - a UI Test engine specific html evaluatorid - the id (unique) of the "link" elementorg.testatoo.core.ComponentException - if the given id does not correspond to a "link" 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 charset()
public String href()
public String hreflang()
public String type()
public String rel()
public String rev()
public String media()
public Boolean isVisible()
isVisible in class org.testatoo.core.component.Componentpublic Boolean isEnabled()
isEnabled in class org.testatoo.core.component.Componentpublic String toString()
toString in class org.testatoo.core.component.LinkCopyright © 2008-2013 Ovea. All Rights Reserved.