org.openqa.selenium.lift.find
Class DivFinder
java.lang.Object
org.openqa.selenium.lift.find.BaseFinder<WebElement,WebDriver>
org.openqa.selenium.lift.find.HtmlTagFinder
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DivFinder
public DivFinder()
tagDescription
protected String tagDescription()
- Specified by:
tagDescription
in class HtmlTagFinder
tagName
protected String tagName()
- Specified by:
tagName
in class HtmlTagFinder
div
public static HtmlTagFinder div()
div
public static HtmlTagFinder div(String id)
Copyright © 2013. All Rights Reserved.