public class TableElementFinder extends Object
| Constructor and Description |
|---|
TableElementFinder() |
| Modifier and Type | Method and Description |
|---|---|
static org.openqa.selenium.WebElement |
find(org.openqa.selenium.WebDriver webDriver,
String tableLocator) |
static org.openqa.selenium.WebElement |
findByCol(org.openqa.selenium.WebDriver webDriver,
String tableLocator,
int col,
String content) |
static org.openqa.selenium.WebElement |
findByContent(org.openqa.selenium.WebDriver webDriver,
String tableLocator,
String content) |
static org.openqa.selenium.WebElement |
findByFooter(org.openqa.selenium.WebDriver webDriver,
String tableLocator,
String content) |
static org.openqa.selenium.WebElement |
findByHeader(org.openqa.selenium.WebDriver webDriver,
String tableLocator,
String content) |
static org.openqa.selenium.WebElement |
findByRow(org.openqa.selenium.WebDriver webDriver,
String tableLocator,
int row,
String content) |
public static org.openqa.selenium.WebElement find(org.openqa.selenium.WebDriver webDriver,
String tableLocator)
public static org.openqa.selenium.WebElement findByContent(org.openqa.selenium.WebDriver webDriver,
String tableLocator,
String content)
public static org.openqa.selenium.WebElement findByHeader(org.openqa.selenium.WebDriver webDriver,
String tableLocator,
String content)
public static org.openqa.selenium.WebElement findByFooter(org.openqa.selenium.WebDriver webDriver,
String tableLocator,
String content)
public static org.openqa.selenium.WebElement findByRow(org.openqa.selenium.WebDriver webDriver,
String tableLocator,
int row,
String content)
Copyright © 2013. All Rights Reserved.