org.openqa.selenium.lift.find
Class TableCellFinder
java.lang.Object
org.openqa.selenium.lift.find.BaseFinder<WebElement,WebDriver>
org.openqa.selenium.lift.find.HtmlTagFinder
org.openqa.selenium.lift.find.TableCellFinder
- All Implemented Interfaces:
- org.hamcrest.SelfDescribing, Finder<WebElement,WebDriver>
public class TableCellFinder
- extends HtmlTagFinder
A Finder
for HTML table cell "td" tags.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tagName
protected String tagName()
- Specified by:
tagName
in class HtmlTagFinder
tagDescription
protected String tagDescription()
- Specified by:
tagDescription
in class HtmlTagFinder
cell
public static HtmlTagFinder cell()
cells
public static HtmlTagFinder cells()
Copyright © 2012. All Rights Reserved.