com.canoo.webtest.steps.locator
Class TableLocator
java.lang.Object
com.canoo.webtest.steps.locator.TableLocator
- All Implemented Interfaces:
- ITableLocator
public class TableLocator
- extends Object
- implements ITableLocator
- Author:
- Dierk König, Carsten Seibert, Marc Guillemot, Paul King
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableLocator
public TableLocator()
setHtmlId
public void setHtmlId(String id)
getHtmlId
public String getHtmlId()
- Specified by:
getHtmlId in interface ITableLocator
setId
public void setId(String id)
- Deprecated. use
setHtmlId(String) instead
getId
public String getId()
- Deprecated. use
setHtmlId(String) instead
- Specified by:
getId in interface ITableLocator
setRow
public void setRow(int row)
getRow
public int getRow()
- Specified by:
getRow in interface ITableLocator
setColumn
public void setColumn(int column)
getColumn
public int getColumn()
- Specified by:
getColumn in interface ITableLocator
setDescription
public void setDescription(String description)
getDescription
public String getDescription()
- Specified by:
getDescription in interface ITableLocator
locateText
public String locateText(Context context,
Step step)
throws TableNotFoundException,
IndexOutOfBoundsException,
SAXException
- Specified by:
locateText in interface ITableLocator
- Throws:
TableNotFoundException
IndexOutOfBoundsException
SAXException