br.com.caelum.seleniumdsl.table
Interface Column
- All Known Implementing Classes:
- DefaultColumn
public interface Column
|
Method Summary |
boolean |
contains(java.lang.String text)
Searches the value among all the cells of this column. |
boolean |
containsPartial(java.lang.String value)
|
int |
find(java.lang.String text)
Same as contains but returns the index. |
contains
boolean contains(java.lang.String text)
- Searches the value among all the cells of this column.
- Parameters:
text - the text to search
- Returns:
- if any cell contains the text
containsPartial
boolean containsPartial(java.lang.String value)
find
int find(java.lang.String text)
- Same as contains but returns the index.
- Parameters:
text - the text to search
- Returns:
- the row index of the cell or -1 if not found
Copyright © 2008. All Rights Reserved.