com.canoo.webtest.interfaces
Interface ITableLocator

All Known Implementing Classes:
TableLocator

public interface ITableLocator

Author:
Dierk König, Carsten Seibert

Method Summary
 int getColumn()
           
 String getDescription()
           
 String getHtmlId()
           
 String getId()
          Deprecated. use getHtmlId() instead
 int getRow()
           
 String locateText(Context context, Step step)
           
 

Method Detail

locateText

String locateText(Context context,
                  Step step)
                  throws TableNotFoundException,
                         IndexOutOfBoundsException,
                         SAXException
Throws:
TableNotFoundException
IndexOutOfBoundsException
SAXException

getId

String getId()
Deprecated. use getHtmlId() instead


getHtmlId

String getHtmlId()

getRow

int getRow()

getColumn

int getColumn()

getDescription

String getDescription()

Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved.