br.com.caelum.seleniumdsl.table
Interface Cell
- All Known Implementing Classes:
- DefaultCell
public interface Cell
value
java.lang.String value()
- Returns:
- the text of the cell or null if the cell is not found
getLink
java.lang.String getLink()
- Returns:
- the text of the link contained on this cell or null if the cell is not found
headerValue
java.lang.String headerValue()
headerLinkValue
java.lang.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(java.lang.String content)
- Parameters:
content - the content to search
- Returns:
- if the cell's text contains the parameter
Copyright © 2008. All Rights Reserved.