org.openqa.selenium.lift.find
Class TableFinder
java.lang.Object
org.openqa.selenium.lift.find.BaseFinder<WebElement,WebDriver>
org.openqa.selenium.lift.find.HtmlTagFinder
org.openqa.selenium.lift.find.TableFinder
- All Implemented Interfaces:
- org.hamcrest.SelfDescribing, Finder<WebElement,WebDriver>
public class TableFinder
- extends HtmlTagFinder
A Finder
for HTML table 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
table
public static HtmlTagFinder table()
tables
public static HtmlTagFinder tables()
Copyright © 2012. All Rights Reserved.