jdave.webdriver.elements
Class Find

java.lang.Object
  extended by jdave.webdriver.elements.Find

public class Find
extends java.lang.Object

Author:
Juha Karemo, Marko Sibakov

Constructor Summary
Find()
           
 
Method Summary
static CheckBox checkBox(org.openqa.selenium.By by)
           
static DropDownChoice dropDownChoice(org.openqa.selenium.By by)
           
static Link link(org.openqa.selenium.By by)
           
static java.util.List<Link> links(org.openqa.selenium.By by)
           
static TextBox textBox(org.openqa.selenium.By by)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Find

public Find()
Method Detail

link

public static Link link(org.openqa.selenium.By by)

links

public static java.util.List<Link> links(org.openqa.selenium.By by)

textBox

public static TextBox textBox(org.openqa.selenium.By by)

checkBox

public static CheckBox checkBox(org.openqa.selenium.By by)

dropDownChoice

public static DropDownChoice dropDownChoice(org.openqa.selenium.By by)


Copyright ? 2008. All Rights Reserved.