Uses of Interface
br.com.caelum.seleniumdsl.table.Cell

Packages that use Cell
br.com.caelum.seleniumdsl.table   
 

Uses of Cell in br.com.caelum.seleniumdsl.table
 

Classes in br.com.caelum.seleniumdsl.table that implement Cell
 class DefaultCell
           
 

Methods in br.com.caelum.seleniumdsl.table that return Cell
 Cell Row.cell(int column)
           
 Cell DefaultRow.cell(int column)
           
 Cell Table.cell(int row, int col)
           
 Cell DefaultTable.cell(int row, int col)
           
 Cell Table.cell(int row, String col)
           
 Cell DefaultTable.cell(int row, String col)
           
 Cell Row.cell(String column)
           
 Cell DefaultRow.cell(String column)
           
 Cell DefaultCell.check()
           
 Cell Cell.check()
          Checks a possible checkbox contained on this cell
 Cell DefaultCell.uncheck()
           
 Cell Cell.uncheck()
          Unchecks a possible checkbox contained on this cell
 



Copyright © 2008. All Rights Reserved.