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.


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  String tagDescription()
           
protected  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 String tagDescription()
Specified by:
tagDescription in class HtmlTagFinder

tagName

protected String tagName()
Specified by:
tagName in class HtmlTagFinder

image

public static HtmlTagFinder image()

images

public static HtmlTagFinder images()


Copyright © 2013. All Rights Reserved.