Package org.openqa.selenium.lift
Class Finders
java.lang.Object
org.openqa.selenium.lift.Finders
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HtmlTagFinderbutton()Deprecated.static HtmlTagFinderDeprecated.static HtmlTagFindercell()Deprecated.static HtmlTagFindercells()Deprecated.static HtmlTagFinderdiv()Deprecated.static HtmlTagFinderDeprecated.static Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> Deprecated.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)static HtmlTagFinderimage()Deprecated.static HtmlTagFinderDeprecated.static HtmlTagFinderimageButton(String label) Deprecated.static HtmlTagFinderimages()Deprecated.static HtmlTagFinderlink()Deprecated.static HtmlTagFinderDeprecated.static HtmlTagFinderlinks()Deprecated.static HtmlTagFinderDeprecated.static HtmlTagFinderradioButton(String id) Deprecated.static HtmlTagFindertable()Deprecated.static HtmlTagFindertables()Deprecated.static HtmlTagFindertextbox()Deprecated.static HtmlTagFindertitle()Deprecated.static HtmlTagFinderDeprecated.static HtmlTagFindertitles()Deprecated.
-
Constructor Details
-
Finders
public Finders()Deprecated.
-
-
Method Details
-
div
Deprecated. -
div
Deprecated. -
link
Deprecated. -
link
Deprecated. -
links
Deprecated. -
titles
Deprecated. -
title
Deprecated. -
title
Deprecated. -
images
Deprecated. -
image
Deprecated. -
table
Deprecated. -
tables
Deprecated. -
cell
Deprecated. -
cells
Deprecated. -
imageButton
Deprecated. -
imageButton
Deprecated. -
radioButton
Deprecated. -
radioButton
Deprecated. -
textbox
Deprecated. -
button
Deprecated. -
button
Deprecated. -
first
public static Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> first(Finder<org.openqa.selenium.WebElement, org.openqa.selenium.WebDriver> finder) Deprecated.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)- Parameters:
finder- finder from which context to search- Returns:
- finder that will return the first match
-