org.openqa.selenium.lift
Class Finders

java.lang.Object
  extended by org.openqa.selenium.lift.Finders

public class Finders
extends java.lang.Object


Constructor Summary
Finders()
           
 
Method Summary
static HtmlTagFinder button()
           
static HtmlTagFinder button(java.lang.String label)
           
static HtmlTagFinder cell()
           
static HtmlTagFinder cells()
           
static HtmlTagFinder div()
           
static HtmlTagFinder div(java.lang.String id)
           
static Finder<WebElement,WebDriver> first(Finder<WebElement,WebDriver> finder)
          A finder which returns the first element matched - such as if you have multiple elements which match the finder (such as multiple links with the same text on a page etc)
static HtmlTagFinder image()
           
static HtmlTagFinder imageButton()
           
static HtmlTagFinder imageButton(java.lang.String label)
           
static HtmlTagFinder images()
           
static HtmlTagFinder link()
           
static HtmlTagFinder link(java.lang.String anchorText)
           
static HtmlTagFinder links()
           
static HtmlTagFinder radioButton()
           
static HtmlTagFinder radioButton(java.lang.String id)
           
static HtmlTagFinder table()
           
static HtmlTagFinder tables()
           
static HtmlTagFinder textbox()
           
static HtmlTagFinder title()
           
static HtmlTagFinder title(java.lang.String title)
           
static HtmlTagFinder titles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Finders

public Finders()
Method Detail

div

public static HtmlTagFinder div()

div

public static HtmlTagFinder div(java.lang.String id)

link

public static HtmlTagFinder link()

link

public static HtmlTagFinder link(java.lang.String anchorText)

links

public static HtmlTagFinder links()

titles

public static HtmlTagFinder titles()

title

public static HtmlTagFinder title()

title

public static HtmlTagFinder title(java.lang.String title)

images

public static HtmlTagFinder images()

image

public static HtmlTagFinder image()

table

public static HtmlTagFinder table()

tables

public static HtmlTagFinder tables()

cell

public static HtmlTagFinder cell()

cells

public static HtmlTagFinder cells()

imageButton

public static HtmlTagFinder imageButton()

imageButton

public static HtmlTagFinder imageButton(java.lang.String label)

radioButton

public static HtmlTagFinder radioButton()

radioButton

public static HtmlTagFinder radioButton(java.lang.String id)

textbox

public static HtmlTagFinder textbox()

button

public static HtmlTagFinder button()

button

public static HtmlTagFinder button(java.lang.String label)

first

public static Finder<WebElement,WebDriver> first(Finder<WebElement,WebDriver> finder)
A finder which returns the first element matched - such as if you have multiple elements which match the finder (such as multiple links with the same text on a page etc)



Copyright © 2011. All Rights Reserved.