br.com.caelum.seleniumdsl.table
Interface Cell

All Known Implementing Classes:
DefaultCell

public interface Cell


Method Summary
 Cell check()
          Checks a possible checkbox contained on this cell
 boolean checked()
           
 boolean contains(String content)
           
 String getLink()
           
 String headerLinkValue()
           
 String headerValue()
           
 Cell uncheck()
          Unchecks a possible checkbox contained on this cell
 String value()
           
 

Method Detail

value

String value()
Returns:
the text of the cell or null if the cell is not found

getLink

String getLink()
Returns:
the text of the link contained on this cell or null if the cell is not found

headerValue

String headerValue()

headerLinkValue

String headerLinkValue()

check

Cell check()
Checks a possible checkbox contained on this cell

Returns:
The Cell

uncheck

Cell uncheck()
Unchecks a possible checkbox contained on this cell

Returns:
The Cell

checked

boolean checked()
Returns:
if the checkbox contained on this cell is checked

contains

boolean contains(String content)
Parameters:
content - the content to search
Returns:
if the cell's text contains the parameter


Copyright © 2008. All Rights Reserved.