T - The element type.public interface Element<T>
| Modifier and Type | Method and Description |
|---|---|
T |
and()
Returns this element object in order to allow chain calls in a more fluent way.
|
String |
getAttribute(String name)
Gets the value of a given attribute of the element.
|
String |
getCssValue(String propertyName)
Gets the value of a given CSS property.
|
String |
getId()
Retrieves the id of this element.
|
String |
getStyleClass()
Retrieves the style class of this element.
|
String |
getTitle()
Retrieves the title of this element.
|
boolean |
isDisplayed()
Verifies if the element is displayed on the page.
|
T and()
String getAttribute(String name)
name - The name of the attribute.String getCssValue(String propertyName)
propertyName - The name of the property.String getId()
String getStyleClass()
String getTitle()
boolean isDisplayed()
Copyright © 2013. All Rights Reserved.