org.openqa.selenium.lift
Class Finders
java.lang.Object
org.openqa.selenium.lift.Finders
public class Finders
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Finders
public Finders()
div
public static HtmlTagFinder div()
div
public static HtmlTagFinder div(java.lang.String id)
link
public static HtmlTagFinder link()
link
public static HtmlTagFinder link(java.lang.String anchorText)
links
public static HtmlTagFinder links()
titles
public static HtmlTagFinder titles()
title
public static HtmlTagFinder title()
title
public static HtmlTagFinder title(java.lang.String title)
images
public static HtmlTagFinder images()
image
public static HtmlTagFinder image()
table
public static HtmlTagFinder table()
tables
public static HtmlTagFinder tables()
cell
public static HtmlTagFinder cell()
cells
public static HtmlTagFinder cells()
imageButton
public static HtmlTagFinder imageButton()
imageButton
public static HtmlTagFinder imageButton(java.lang.String label)
radioButton
public static HtmlTagFinder radioButton()
radioButton
public static HtmlTagFinder radioButton(java.lang.String id)
textbox
public static HtmlTagFinder textbox()
button
public static HtmlTagFinder button()
button
public static HtmlTagFinder button(java.lang.String label)
first
public static Finder<WebElement,WebDriver> first(Finder<WebElement,WebDriver> finder)
- A finder which returns the first element matched - such as if you have multiple elements which
match the finder (such as multiple links with the same text on a page etc)
Copyright © 2012. All Rights Reserved.