| Modifier and Type | Field and Description |
|---|---|
static Attribute |
Attribute.ACTION
The Attribute ACTION.
|
static Attribute |
Attribute.ALIGN
The Attribute ALIGN.
|
static Attribute |
Attribute.ALINK
The Attribute ALINK.
|
static Attribute |
Attribute.ALT
The Attribute ALT.
|
static Attribute |
Attribute.ARCHIVE
The Attribute ARCHIVE.
|
static Attribute |
Attribute.BACKGROUND
The Attribute BACKGROUND.
|
static Attribute |
Attribute.BGCOLOR
The Attribute BGCOLOR.
|
static Attribute |
Attribute.BORDER
The Attribute BORDER.
|
static Attribute |
Attribute.CELLPADDING
The Attribute CELLPADDING.
|
static Attribute |
Attribute.CELLSPACING
The Attribute CELLSPACING.
|
static Attribute |
Attribute.CHECKED
The Attribute CHECKED.
|
static Attribute |
Attribute.CLASS
The Attribute CLASS.
|
static Attribute |
Attribute.CLASSID
The Attribute CLASSID.
|
static Attribute |
Attribute.CLEAR
The Attribute CLEAR.
|
static Attribute |
Attribute.CODE
The Attribute CODE.
|
static Attribute |
Attribute.CODEBASE
The Attribute CODEBASE.
|
static Attribute |
Attribute.CODETYPE
The Attribute CODETYPE.
|
static Attribute |
Attribute.COLOR
The Attribute COLOR.
|
static Attribute |
Attribute.COLS
The Attribute COLS.
|
static Attribute |
Attribute.COLSPAN
The Attribute COLSPAN.
|
static Attribute |
Attribute.COMMENT
The Attribute COMMENT.
|
static Attribute |
Attribute.COMPACT
The Attribute COMPACT.
|
static Attribute |
Attribute.CONTENT
The Attribute CONTENT.
|
static Attribute |
Attribute.COORDS
The Attribute COORDS.
|
static Attribute |
Attribute.DATA
The Attribute DATA.
|
static Attribute |
Attribute.DECLARE
The Attribute DECLARE.
|
static Attribute |
Attribute.DIR
The Attribute DIR.
|
static Attribute |
Attribute.DUMMY
The Attribute DUMMY.
|
static Attribute |
Attribute.ENCTYPE
The Attribute ENCTYPE.
|
static Attribute |
Attribute.ENDTAG
The Attribute ENDTAG.
|
static Attribute |
Attribute.FACE
The Attribute FACE.
|
static Attribute |
Attribute.FRAMEBORDER
The Attribute FRAMEBORDER.
|
static Attribute |
Attribute.HALIGN
The Attribute HALIGN.
|
static Attribute |
Attribute.HEIGHT
The Attribute HEIGHT.
|
static Attribute |
Attribute.HREF
The Attribute HREF.
|
static Attribute |
Attribute.HSPACE
The Attribute HSPACE.
|
static Attribute |
Attribute.HTTPEQUIV
The Attribute HTTPEQUIV.
|
static Attribute |
Attribute.ID
The Attribute ID.
|
static Attribute |
Attribute.ISMAP
The Attribute ISMAP.
|
static Attribute |
Attribute.LANG
The Attribute LANG.
|
static Attribute |
Attribute.LANGUAGE
The Attribute LANGUAGE.
|
static Attribute |
Attribute.LINK
The Attribute LINK.
|
static Attribute |
Attribute.LOWSRC
The Attribute LOWSRC.
|
static Attribute |
Attribute.MARGINHEIGHT
The Attribute MARGINHEIGHT.
|
static Attribute |
Attribute.MARGINWIDTH
The Attribute MARGINWIDTH.
|
static Attribute |
Attribute.MAXLENGTH
The Attribute MAXLENGTH.
|
static Attribute |
Attribute.METHOD
The Attribute METHOD.
|
static Attribute |
Attribute.MULTIPLE
The Attribute MULTIPLE.
|
static Attribute |
Attribute.N
The Attribute N.
|
static Attribute |
Attribute.NAME
The Attribute NAME.
|
static Attribute |
Attribute.NOHREF
The Attribute NOHREF.
|
static Attribute |
Attribute.NORESIZE
The Attribute NORESIZE.
|
static Attribute |
Attribute.NOSHADE
The Attribute NOSHADE.
|
static Attribute |
Attribute.NOWRAP
The Attribute NOWRAP.
|
static Attribute |
Attribute.PROMPT
The Attribute PROMPT.
|
static Attribute |
Attribute.REL
The Attribute REL.
|
static Attribute |
Attribute.REV
The Attribute REV.
|
static Attribute |
Attribute.ROWS
The Attribute ROWS.
|
static Attribute |
Attribute.ROWSPAN
The Attribute ROWSPAN.
|
static Attribute |
Attribute.SCROLLING
The Attribute SCROLLING.
|
static Attribute |
Attribute.SELECTED
The Attribute SELECTED.
|
static Attribute |
Attribute.SHAPE
The Attribute SHAPE.
|
static Attribute |
Attribute.SHAPES
The Attribute SHAPES.
|
static Attribute |
Attribute.SIZE
The Attribute SIZE.
|
static Attribute |
Attribute.SRC
The Attribute SRC.
|
static Attribute |
Attribute.STANDBY
The Attribute STANDBY.
|
static Attribute |
Attribute.START
The Attribute START.
|
static Attribute |
Attribute.STYLE
The Attribute STYLE.
|
static Attribute |
Attribute.TARGET
The Attribute TARGET.
|
static Attribute |
Attribute.TEXT
The Attribute TEXT.
|
static Attribute |
Attribute.TITLE
The Attribute TITLE.
|
static Attribute |
Attribute.TYPE
The Attribute TYPE.
|
static Attribute |
Attribute.USEMAP
The Attribute USEMAP.
|
static Attribute |
Attribute.VALIGN
The Attribute VALIGN.
|
static Attribute |
Attribute.VALUE
The Attribute VALUE.
|
static Attribute |
Attribute.VALUETYPE
The Attribute VALUETYPE.
|
static Attribute |
Attribute.VERSION
The Attribute VERSION.
|
static Attribute |
Attribute.VLINK
The Attribute VLINK.
|
static Attribute |
Attribute.VSPACE
The Attribute VSPACE.
|
static Attribute |
Attribute.WIDTH
The Attribute WIDTH.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TypedSelenium.getAttribute(ElementLocator<?> elementLocator,
Attribute attribute)
Gets the value of an element attribute.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
DefaultAttributeLocator.getAttribute() |
Attribute |
AttributeLocator.getAttribute()
Returns the type of attribute which this locator points to.
|
| Constructor and Description |
|---|
DefaultAttributeLocator(ElementLocator<E> elementLocator,
Attribute attribute)
Instantiates a attribute locator using given elementLocator and the specific attribute.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeLocator<T> |
AbstractElementLocator.getAttribute(Attribute attribute)
Returns the default locator for attribute belongs to this locator.
|
AttributeLocator<T> |
ElementLocator.getAttribute(Attribute attribute)
Returns the locator for attribute for given locator.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.