com.github.markusbernhardt.selenium2library.locators
Class TableElementFinder

java.lang.Object
  extended by com.github.markusbernhardt.selenium2library.locators.TableElementFinder

public class TableElementFinder
extends Object


Constructor Summary
TableElementFinder()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableElementFinder

public TableElementFinder()
Method Detail

find

public static org.openqa.selenium.WebElement find(org.openqa.selenium.WebDriver webDriver,
                                                  String tableLocator)

findByContent

public static org.openqa.selenium.WebElement findByContent(org.openqa.selenium.WebDriver webDriver,
                                                           String tableLocator,
                                                           String content)

findByHeader

public static org.openqa.selenium.WebElement findByHeader(org.openqa.selenium.WebDriver webDriver,
                                                          String tableLocator,
                                                          String content)

findByFooter

public static org.openqa.selenium.WebElement findByFooter(org.openqa.selenium.WebDriver webDriver,
                                                          String tableLocator,
                                                          String content)

findByRow

public static org.openqa.selenium.WebElement findByRow(org.openqa.selenium.WebDriver webDriver,
                                                       String tableLocator,
                                                       int row,
                                                       String content)

findByCol

public static org.openqa.selenium.WebElement findByCol(org.openqa.selenium.WebDriver webDriver,
                                                       String tableLocator,
                                                       int col,
                                                       String content)


Copyright © 2013. All Rights Reserved.