br.com.caelum.seleniumdsl
Interface Field


public interface Field


Method Summary
 void blur()
          Executes the blur action in this component.
 boolean contains(String text)
           
 String content()
           
 Form type(String content)
          Types something on this field.
 

Method Detail

type

Form type(String content)
Types something on this field.

Parameters:
content - the content to be typed
Returns:
the Form

contains

boolean contains(String text)
Parameters:
text - the text to be compared
Returns:
if the field contains the text

content

String content()
Returns:
the text of this field

blur

void blur()
Executes the blur action in this component.



Copyright © 2008. All Rights Reserved.