public static class TableCellInRowByValue.TableCellBuilder extends Object
TableCellInSelectedRow
s.Modifier and Type | Method and Description |
---|---|
TableCellInRowByValue |
column(int column)
Creates a new table cell finder using the row cell values specified in
and the column index specified as the argument in this method. |
public TableCellInRowByValue column(int column)
TableCellInRowByValue.rowWithValue(String...)
and the column index specified as the argument in this method.column
- the index of the column in the table cell to find.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.