br.com.caelum.seleniumdsl
Interface Field
public interface Field
|
Method Summary |
void |
blur()
Executes the blur action in this component. |
boolean |
contains(java.lang.String text)
|
java.lang.String |
content()
|
Form |
type(java.lang.String content)
Types something on this field. |
type
Form type(java.lang.String content)
- Types something on this field.
- Parameters:
content - the content to be typed
- Returns:
- the Form
contains
boolean contains(java.lang.String text)
- Parameters:
text - the text to be compared
- Returns:
- if the field contains the text
content
java.lang.String content()
- Returns:
- the text of this field
blur
void blur()
- Executes the blur action in this component.
Copyright © 2008. All Rights Reserved.