org.openqa.selenium.lift.find
Class DivFinder

java.lang.Object
  extended by org.openqa.selenium.lift.find.BaseFinder<WebElement,WebDriver>
      extended by org.openqa.selenium.lift.find.HtmlTagFinder
          extended by org.openqa.selenium.lift.find.DivFinder
All Implemented Interfaces:
org.hamcrest.SelfDescribing, Finder<WebElement,WebDriver>

public class DivFinder
extends HtmlTagFinder

Finder for HTML div tags.

Author:
rchatley (Robert Chatley)

Field Summary
 
Fields inherited from class org.openqa.selenium.lift.find.BaseFinder
matchers
 
Constructor Summary
DivFinder()
           
 
Method Summary
static HtmlTagFinder div()
           
static HtmlTagFinder div(java.lang.String id)
           
protected  java.lang.String tagDescription()
           
protected  java.lang.String tagName()
           
 
Methods inherited from class org.openqa.selenium.lift.find.HtmlTagFinder
describeTargetTo, extractFrom, with
 
Methods inherited from class org.openqa.selenium.lift.find.BaseFinder
allMatching, describeTo, findFrom
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DivFinder

public DivFinder()
Method Detail

tagDescription

protected java.lang.String tagDescription()
Specified by:
tagDescription in class HtmlTagFinder

tagName

protected java.lang.String tagName()
Specified by:
tagName in class HtmlTagFinder

div

public static HtmlTagFinder div()

div

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


Copyright © 2011. All Rights Reserved.