Index

A B C D E F G H I L M N O P Q R S T V W X 
All Classes and Interfaces|All Packages

A

allMatching(List<Matcher<S>>, Collection<S>) - Method in class org.openqa.selenium.lift.find.BaseFinder
Deprecated.
 
assertNotSelected(Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
Deprecated.
 
assertPresenceOf(Matcher<Integer>, Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
Deprecated.
 
assertPresenceOf(Matcher<Integer>, Finder<WebElement, WebDriver>) - Method in interface org.openqa.selenium.lift.TestContext
Deprecated.
 
assertPresenceOf(Matcher<Integer>, Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.WebDriverTestContext
Deprecated.
 
assertPresenceOf(Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
Deprecated.
 
assertPresenceOf(Finder<WebElement, WebDriver>) - Method in interface org.openqa.selenium.lift.TestContext
Deprecated.
 
assertPresenceOf(Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.WebDriverTestContext
Deprecated.
 
assertSelected(Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
Deprecated.
 
atLeast(int) - Static method in class org.openqa.selenium.lift.match.NumericalMatchers
Deprecated.
 
atLeast(int) - Static method in class org.openqa.selenium.lift.Matchers
Deprecated.
 
attribute(String, Matcher<String>) - Static method in class org.openqa.selenium.lift.match.AttributeMatcher
Deprecated.
 
attribute(String, Matcher<String>) - Static method in class org.openqa.selenium.lift.Matchers
Deprecated.
 
AttributeMatcher - Class in org.openqa.selenium.lift.match
Deprecated.

B

BaseFinder<S,T> - Class in org.openqa.selenium.lift.find
Deprecated.
BaseFinder() - Constructor for class org.openqa.selenium.lift.find.BaseFinder
Deprecated.
 
button() - Static method in class org.openqa.selenium.lift.Finders
Deprecated.
 
button(String) - Static method in class org.openqa.selenium.lift.Finders
Deprecated.
 

C

cell() - Static method in class org.openqa.selenium.lift.find.TableCellFinder
Deprecated.
 
cell() - Static method in class org.openqa.selenium.lift.Finders
Deprecated.
 
cells() - Static method in class org.openqa.selenium.lift.find.TableCellFinder
Deprecated.
 
cells() - Static method in class org.openqa.selenium.lift.Finders
Deprecated.
 
clickOn(Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
Deprecated.
 
clickOn(Finder<WebElement, WebDriver>) - Method in interface org.openqa.selenium.lift.TestContext
Deprecated.
 
clickOn(Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.WebDriverTestContext
Deprecated.
 
clickOnFirst(Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.WebDriverTestContext
Deprecated.
 
createDriver() - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
Deprecated.
 

D

describeTargetTo(Description) - Method in class org.openqa.selenium.lift.find.BaseFinder
Deprecated.
 
describeTargetTo(Description) - Method in class org.openqa.selenium.lift.find.HtmlTagFinder
Deprecated.
 
describeTargetTo(Description) - Method in class org.openqa.selenium.lift.find.XPathFinder
Deprecated.
 
describeTo(Description) - Method in class org.openqa.selenium.lift.find.BaseFinder
Deprecated.
 
describeTo(Description) - Method in class org.openqa.selenium.lift.match.AttributeMatcher
Deprecated.
 
describeTo(Description) - Method in class org.openqa.selenium.lift.match.DisplayedMatcher
Deprecated.
 
describeTo(Description) - Method in class org.openqa.selenium.lift.match.SelectionMatcher
Deprecated.
 
describeTo(Description) - Method in class org.openqa.selenium.lift.match.TextMatcher
Deprecated.
 
describeTo(Description) - Method in class org.openqa.selenium.lift.match.ValueMatcher
Deprecated.
 
displayed() - Static method in class org.openqa.selenium.lift.match.DisplayedMatcher
Deprecated.
 
displayed() - Static method in class org.openqa.selenium.lift.Matchers
Deprecated.
 
DisplayedMatcher - Class in org.openqa.selenium.lift.match
Deprecated.
div() - Static method in class org.openqa.selenium.lift.find.DivFinder
Deprecated.
 
div() - Static method in class org.openqa.selenium.lift.Finders
Deprecated.
 
div(String) - Static method in class org.openqa.selenium.lift.find.DivFinder
Deprecated.
 
div(String) - Static method in class org.openqa.selenium.lift.Finders
Deprecated.
 
DivFinder - Class in org.openqa.selenium.lift.find
Deprecated.
DivFinder() - Constructor for class org.openqa.selenium.lift.find.DivFinder
Deprecated.
 

E

exactly(int) - Static method in class org.openqa.selenium.lift.match.NumericalMatchers
Deprecated.
 
exactly(int) - Static method in class org.openqa.selenium.lift.Matchers
Deprecated.
 
extractFrom(WebDriver) - Method in class org.openqa.selenium.lift.find.HtmlTagFinder
Deprecated.
 
extractFrom(WebDriver) - Method in class org.openqa.selenium.lift.find.XPathFinder
Deprecated.
 
extractFrom(T) - Method in class org.openqa.selenium.lift.find.BaseFinder
Deprecated.
 

F

Finder<S,T> - Interface in org.openqa.selenium.lift.find
Deprecated.
Finders - Class in org.openqa.selenium.lift
Deprecated.
Finders() - Constructor for class org.openqa.selenium.lift.Finders
Deprecated.
 
findFrom(T) - Method in class org.openqa.selenium.lift.find.BaseFinder
Deprecated.
 
findFrom(T) - Method in interface org.openqa.selenium.lift.find.Finder
Deprecated.
 
first(Finder<WebElement, WebDriver>) - Static method in class org.openqa.selenium.lift.Finders
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)

G

getCurrentUrl() - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
Deprecated.
 
getPageSource() - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
Deprecated.
 
getTitle() - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
Deprecated.
 
getWebDriver() - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
Deprecated.
 
goTo(String) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
Deprecated.
Cause the browser to navigate to the given URL
goTo(String) - Method in interface org.openqa.selenium.lift.TestContext
Deprecated.
 
goTo(String) - Method in class org.openqa.selenium.lift.WebDriverTestContext
Deprecated.
 

H

HamcrestWebDriverTestCase - Class in org.openqa.selenium.lift
Deprecated.
HamcrestWebDriverTestCase() - Constructor for class org.openqa.selenium.lift.HamcrestWebDriverTestCase
Deprecated.
 
HtmlTagFinder - Class in org.openqa.selenium.lift.find
Deprecated.
HtmlTagFinder() - Constructor for class org.openqa.selenium.lift.find.HtmlTagFinder
Deprecated.
 

I

image() - Static method in class org.openqa.selenium.lift.find.ImageFinder
Deprecated.
 
image() - Static method in class org.openqa.selenium.lift.Finders
Deprecated.
 
imageButton() - Static method in class org.openqa.selenium.lift.find.InputFinder
Deprecated.
 
imageButton() - Static method in class org.openqa.selenium.lift.Finders
Deprecated.
 
imageButton(String) - Static method in class org.openqa.selenium.lift.find.InputFinder
Deprecated.
 
imageButton(String) - Static method in class org.openqa.selenium.lift.Finders
Deprecated.
 
ImageFinder - Class in org.openqa.selenium.lift.find
Deprecated.
ImageFinder() - Constructor for class org.openqa.selenium.lift.find.ImageFinder
Deprecated.
 
images() - Static method in class org.openqa.selenium.lift.find.ImageFinder
Deprecated.
 
images() - Static method in class org.openqa.selenium.lift.Finders
Deprecated.
 
InputFinder - Class in org.openqa.selenium.lift.find
Deprecated.
InputFinder() - Constructor for class org.openqa.selenium.lift.find.InputFinder
Deprecated.
 
into(Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
Deprecated.
Syntactic sugar to use with HamcrestWebDriverTestCase, e.g.

L

link() - Static method in class org.openqa.selenium.lift.find.LinkFinder
Deprecated.
 
link() - Static method in class org.openqa.selenium.lift.Finders
Deprecated.
 
link(String) - Static method in class org.openqa.selenium.lift.find.LinkFinder
Deprecated.
 
link(String) - Static method in class org.openqa.selenium.lift.Finders
Deprecated.
 
LinkFinder - Class in org.openqa.selenium.lift.find
Deprecated.
links() - Static method in class org.openqa.selenium.lift.find.LinkFinder
Deprecated.
 
links() - Static method in class org.openqa.selenium.lift.Finders
Deprecated.
 

M

matchers - Variable in class org.openqa.selenium.lift.find.BaseFinder
Deprecated.
 
Matchers - Class in org.openqa.selenium.lift
Deprecated.
Matchers() - Constructor for class org.openqa.selenium.lift.Matchers
Deprecated.
 
matchesSafely(WebElement) - Method in class org.openqa.selenium.lift.match.AttributeMatcher
Deprecated.
 
matchesSafely(WebElement) - Method in class org.openqa.selenium.lift.match.DisplayedMatcher
Deprecated.
 
matchesSafely(WebElement) - Method in class org.openqa.selenium.lift.match.SelectionMatcher
Deprecated.
 
matchesSafely(WebElement) - Method in class org.openqa.selenium.lift.match.TextMatcher
Deprecated.
 
matchesSafely(WebElement) - Method in class org.openqa.selenium.lift.match.ValueMatcher
Deprecated.
 

N

NumericalMatchers - Class in org.openqa.selenium.lift.match
Deprecated.
NumericalMatchers() - Constructor for class org.openqa.selenium.lift.match.NumericalMatchers
Deprecated.
 

O

org.openqa.selenium.lift - package org.openqa.selenium.lift
 
org.openqa.selenium.lift.find - package org.openqa.selenium.lift.find
 
org.openqa.selenium.lift.match - package org.openqa.selenium.lift.match
 

P

PageTitleFinder - Class in org.openqa.selenium.lift.find
Deprecated.

Q

quit() - Method in interface org.openqa.selenium.lift.TestContext
Deprecated.
 
quit() - Method in class org.openqa.selenium.lift.WebDriverTestContext
Deprecated.
 

R

radioButton() - Static method in class org.openqa.selenium.lift.find.InputFinder
Deprecated.
 
radioButton() - Static method in class org.openqa.selenium.lift.Finders
Deprecated.
 
radioButton(String) - Static method in class org.openqa.selenium.lift.find.InputFinder
Deprecated.
 
radioButton(String) - Static method in class org.openqa.selenium.lift.Finders
Deprecated.
 

S

selection() - Static method in class org.openqa.selenium.lift.match.SelectionMatcher
Deprecated.
 
selection() - Static method in class org.openqa.selenium.lift.Matchers
Deprecated.
 
SelectionMatcher - Class in org.openqa.selenium.lift.match
Deprecated.
SelectionMatcher() - Constructor for class org.openqa.selenium.lift.match.SelectionMatcher
Deprecated.
 
setUp() - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
Deprecated.
 
submitButton() - Static method in class org.openqa.selenium.lift.find.InputFinder
Deprecated.
 
submitButton(String) - Static method in class org.openqa.selenium.lift.find.InputFinder
Deprecated.
 

T

table() - Static method in class org.openqa.selenium.lift.find.TableFinder
Deprecated.
 
table() - Static method in class org.openqa.selenium.lift.Finders
Deprecated.
 
TableCellFinder - Class in org.openqa.selenium.lift.find
Deprecated.
TableFinder - Class in org.openqa.selenium.lift.find
Deprecated.
tables() - Static method in class org.openqa.selenium.lift.find.TableFinder
Deprecated.
 
tables() - Static method in class org.openqa.selenium.lift.Finders
Deprecated.
 
tagDescription() - Method in class org.openqa.selenium.lift.find.DivFinder
Deprecated.
 
tagDescription() - Method in class org.openqa.selenium.lift.find.HtmlTagFinder
Deprecated.
 
tagDescription() - Method in class org.openqa.selenium.lift.find.ImageFinder
Deprecated.
 
tagDescription() - Method in class org.openqa.selenium.lift.find.InputFinder
Deprecated.
 
tagDescription() - Method in class org.openqa.selenium.lift.find.LinkFinder
Deprecated.
 
tagDescription() - Method in class org.openqa.selenium.lift.find.PageTitleFinder
Deprecated.
 
tagDescription() - Method in class org.openqa.selenium.lift.find.TableCellFinder
Deprecated.
 
tagDescription() - Method in class org.openqa.selenium.lift.find.TableFinder
Deprecated.
 
tagName() - Method in class org.openqa.selenium.lift.find.DivFinder
Deprecated.
 
tagName() - Method in class org.openqa.selenium.lift.find.HtmlTagFinder
Deprecated.
 
tagName() - Method in class org.openqa.selenium.lift.find.ImageFinder
Deprecated.
 
tagName() - Method in class org.openqa.selenium.lift.find.InputFinder
Deprecated.
 
tagName() - Method in class org.openqa.selenium.lift.find.LinkFinder
Deprecated.
 
tagName() - Method in class org.openqa.selenium.lift.find.PageTitleFinder
Deprecated.
 
tagName() - Method in class org.openqa.selenium.lift.find.TableCellFinder
Deprecated.
 
tagName() - Method in class org.openqa.selenium.lift.find.TableFinder
Deprecated.
 
tearDown() - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
Deprecated.
 
TestContext - Interface in org.openqa.selenium.lift
Deprecated.
text(Matcher<String>) - Static method in class org.openqa.selenium.lift.match.TextMatcher
Deprecated.
 
text(Matcher<String>) - Static method in class org.openqa.selenium.lift.Matchers
Deprecated.
 
textbox() - Static method in class org.openqa.selenium.lift.find.InputFinder
Deprecated.
 
textbox() - Static method in class org.openqa.selenium.lift.Finders
Deprecated.
 
TextMatcher - Class in org.openqa.selenium.lift.match
Deprecated.
title() - Static method in class org.openqa.selenium.lift.find.PageTitleFinder
Deprecated.
 
title() - Static method in class org.openqa.selenium.lift.Finders
Deprecated.
 
title(String) - Static method in class org.openqa.selenium.lift.find.PageTitleFinder
Deprecated.
 
title(String) - Static method in class org.openqa.selenium.lift.Finders
Deprecated.
 
titles() - Static method in class org.openqa.selenium.lift.find.PageTitleFinder
Deprecated.
 
titles() - Static method in class org.openqa.selenium.lift.Finders
Deprecated.
 
type(String, Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
Deprecated.
Type characters into an element of the page, typically an input field
type(String, Finder<WebElement, WebDriver>) - Method in interface org.openqa.selenium.lift.TestContext
Deprecated.
 
type(String, Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.WebDriverTestContext
Deprecated.
 

V

value(Object) - Static method in class org.openqa.selenium.lift.match.ValueMatcher
Deprecated.
 
value(Object) - Static method in class org.openqa.selenium.lift.Matchers
Deprecated.
 
ValueMatcher - Class in org.openqa.selenium.lift.match
Deprecated.
ValueMatcher(Object) - Constructor for class org.openqa.selenium.lift.match.ValueMatcher
Deprecated.
 

W

waitFor(Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
Deprecated.
 
waitFor(Finder<WebElement, WebDriver>, long) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
Deprecated.
 
waitFor(Finder<WebElement, WebDriver>, long) - Method in interface org.openqa.selenium.lift.TestContext
Deprecated.
 
waitFor(Finder<WebElement, WebDriver>, long) - Method in class org.openqa.selenium.lift.WebDriverTestContext
Deprecated.
 
WebDriverTestContext - Class in org.openqa.selenium.lift
Deprecated.
WebDriverTestContext(WebDriver) - Constructor for class org.openqa.selenium.lift.WebDriverTestContext
Deprecated.
 
with(Matcher<WebElement>) - Method in class org.openqa.selenium.lift.find.HtmlTagFinder
Deprecated.
 
with(Matcher<S>) - Method in class org.openqa.selenium.lift.find.BaseFinder
Deprecated.
 
with(Matcher<S>) - Method in interface org.openqa.selenium.lift.find.Finder
Deprecated.
 

X

XPathFinder - Class in org.openqa.selenium.lift.find
Deprecated.
XPathFinder(String) - Constructor for class org.openqa.selenium.lift.find.XPathFinder
Deprecated.
 
A B C D E F G H I L M N O P Q R S T V W X 
All Classes and Interfaces|All Packages