org.openqa.selenium.lift.find
Class ImageFinder
java.lang.Object
org.openqa.selenium.lift.find.BaseFinder<WebElement,WebDriver>
org.openqa.selenium.lift.find.HtmlTagFinder
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageFinder
public ImageFinder()
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 © 2012. All Rights Reserved.