org.openqa.selenium.lift.find
Class ImageFinder

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.ImageFinder
All Implemented Interfaces:
org.hamcrest.SelfDescribing, Finder<WebElement,WebDriver>

public class ImageFinder
extends HtmlTagFinder

Finder for HTML image tags.

Author:
rchatley (Robert Chatley)

Field Summary
 
Fields inherited from class org.openqa.selenium.lift.find.BaseFinder
matchers
 
Constructor Summary
ImageFinder()
           
 
Method Summary
static HtmlTagFinder image()
           
static HtmlTagFinder images()
           
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

ImageFinder

public ImageFinder()
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

image

public static HtmlTagFinder image()

images

public static HtmlTagFinder images()


Copyright © 2011. All Rights Reserved.