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

A

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

B

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

C

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

D

describeTargetTo(Description) - Method in class org.openqa.selenium.lift.find.BaseFinder
 
describeTargetTo(Description) - Method in class org.openqa.selenium.lift.find.HtmlTagFinder
 
describeTargetTo(Description) - Method in class org.openqa.selenium.lift.find.XPathFinder
 
describeTo(Description) - Method in class org.openqa.selenium.lift.find.BaseFinder
 
describeTo(Description) - Method in class org.openqa.selenium.lift.match.AttributeMatcher
 
describeTo(Description) - Method in class org.openqa.selenium.lift.match.DisplayedMatcher
 
describeTo(Description) - Method in class org.openqa.selenium.lift.match.SelectionMatcher
 
describeTo(Description) - Method in class org.openqa.selenium.lift.match.TextMatcher
 
describeTo(Description) - Method in class org.openqa.selenium.lift.match.ValueMatcher
 
displayed() - Static method in class org.openqa.selenium.lift.match.DisplayedMatcher
 
displayed() - Static method in class org.openqa.selenium.lift.Matchers
 
DisplayedMatcher - Class in org.openqa.selenium.lift.match
Hamcrest matcher for displayed status of WebElements.
div() - Static method in class org.openqa.selenium.lift.find.DivFinder
 
div() - Static method in class org.openqa.selenium.lift.Finders
 
div(String) - Static method in class org.openqa.selenium.lift.find.DivFinder
 
div(String) - Static method in class org.openqa.selenium.lift.Finders
 
DivFinder - Class in org.openqa.selenium.lift.find
Finder for HTML div tags.
DivFinder() - Constructor for class org.openqa.selenium.lift.find.DivFinder
 

E

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

F

Finder<S,​T> - Interface in org.openqa.selenium.lift.find
 
Finders - Class in org.openqa.selenium.lift
 
Finders() - Constructor for class org.openqa.selenium.lift.Finders
 
findFrom(T) - Method in class org.openqa.selenium.lift.find.BaseFinder
 
findFrom(T) - Method in interface org.openqa.selenium.lift.find.Finder
 
first(Finder<WebElement, WebDriver>) - Static method in class org.openqa.selenium.lift.Finders
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
 
getPageSource() - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
 
getTitle() - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
 
getWebDriver() - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
 
goTo(String) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
Cause the browser to navigate to the given URL
goTo(String) - Method in interface org.openqa.selenium.lift.TestContext
 
goTo(String) - Method in class org.openqa.selenium.lift.WebDriverTestContext
 

H

HamcrestWebDriverTestCase - Class in org.openqa.selenium.lift
Base class for tests using the LiFT style API to driver WebDriver.
HamcrestWebDriverTestCase() - Constructor for class org.openqa.selenium.lift.HamcrestWebDriverTestCase
 
HtmlTagFinder - Class in org.openqa.selenium.lift.find
Base Finder for all types of HTML tags.
HtmlTagFinder() - Constructor for class org.openqa.selenium.lift.find.HtmlTagFinder
 

I

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

L

link() - Static method in class org.openqa.selenium.lift.find.LinkFinder
 
link() - Static method in class org.openqa.selenium.lift.Finders
 
link(String) - Static method in class org.openqa.selenium.lift.find.LinkFinder
 
link(String) - Static method in class org.openqa.selenium.lift.Finders
 
LinkFinder - Class in org.openqa.selenium.lift.find
A Finder for HTML anchor tags, "links".
links() - Static method in class org.openqa.selenium.lift.find.LinkFinder
 
links() - Static method in class org.openqa.selenium.lift.Finders
 

M

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

N

NumericalMatchers - Class in org.openqa.selenium.lift.match
Various numerical hamcrest Matchers.
NumericalMatchers() - Constructor for class org.openqa.selenium.lift.match.NumericalMatchers
 

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
A Finder for HTML title tags.

Q

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

R

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

S

selection() - Static method in class org.openqa.selenium.lift.match.SelectionMatcher
 
selection() - Static method in class org.openqa.selenium.lift.Matchers
 
SelectionMatcher - Class in org.openqa.selenium.lift.match
Matcher to match a selected element (e.g.
SelectionMatcher() - Constructor for class org.openqa.selenium.lift.match.SelectionMatcher
 
setUp() - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
 
submitButton() - Static method in class org.openqa.selenium.lift.find.InputFinder
 
submitButton(String) - Static method in class org.openqa.selenium.lift.find.InputFinder
 

T

table() - Static method in class org.openqa.selenium.lift.find.TableFinder
 
table() - Static method in class org.openqa.selenium.lift.Finders
 
TableCellFinder - Class in org.openqa.selenium.lift.find
A Finder for HTML table cell "td" tags.
TableFinder - Class in org.openqa.selenium.lift.find
A Finder for HTML table tags.
tables() - Static method in class org.openqa.selenium.lift.find.TableFinder
 
tables() - Static method in class org.openqa.selenium.lift.Finders
 
tagDescription() - Method in class org.openqa.selenium.lift.find.DivFinder
 
tagDescription() - Method in class org.openqa.selenium.lift.find.HtmlTagFinder
 
tagDescription() - Method in class org.openqa.selenium.lift.find.ImageFinder
 
tagDescription() - Method in class org.openqa.selenium.lift.find.InputFinder
 
tagDescription() - Method in class org.openqa.selenium.lift.find.LinkFinder
 
tagDescription() - Method in class org.openqa.selenium.lift.find.PageTitleFinder
 
tagDescription() - Method in class org.openqa.selenium.lift.find.TableCellFinder
 
tagDescription() - Method in class org.openqa.selenium.lift.find.TableFinder
 
tagName() - Method in class org.openqa.selenium.lift.find.DivFinder
 
tagName() - Method in class org.openqa.selenium.lift.find.HtmlTagFinder
 
tagName() - Method in class org.openqa.selenium.lift.find.ImageFinder
 
tagName() - Method in class org.openqa.selenium.lift.find.InputFinder
 
tagName() - Method in class org.openqa.selenium.lift.find.LinkFinder
 
tagName() - Method in class org.openqa.selenium.lift.find.PageTitleFinder
 
tagName() - Method in class org.openqa.selenium.lift.find.TableCellFinder
 
tagName() - Method in class org.openqa.selenium.lift.find.TableFinder
 
tearDown() - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
 
TestContext - Interface in org.openqa.selenium.lift
Interface for objects that provide a context (maintaining any state) for web tests.
text(Matcher<String>) - Static method in class org.openqa.selenium.lift.match.TextMatcher
 
text(Matcher<String>) - Static method in class org.openqa.selenium.lift.Matchers
 
textbox() - Static method in class org.openqa.selenium.lift.find.InputFinder
 
textbox() - Static method in class org.openqa.selenium.lift.Finders
 
TextMatcher - Class in org.openqa.selenium.lift.match
Matcher for matching text content within WebElements.
title() - Static method in class org.openqa.selenium.lift.find.PageTitleFinder
 
title() - Static method in class org.openqa.selenium.lift.Finders
 
title(String) - Static method in class org.openqa.selenium.lift.find.PageTitleFinder
 
title(String) - Static method in class org.openqa.selenium.lift.Finders
 
titles() - Static method in class org.openqa.selenium.lift.find.PageTitleFinder
 
titles() - Static method in class org.openqa.selenium.lift.Finders
 
type(String, Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
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
 
type(String, Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.WebDriverTestContext
 

V

value(Object) - Static method in class org.openqa.selenium.lift.match.ValueMatcher
 
value(Object) - Static method in class org.openqa.selenium.lift.Matchers
 
ValueMatcher - Class in org.openqa.selenium.lift.match
Matches the value of an element, for example an input field.
ValueMatcher(Object) - Constructor for class org.openqa.selenium.lift.match.ValueMatcher
 

W

waitFor(Finder<WebElement, WebDriver>) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
 
waitFor(Finder<WebElement, WebDriver>, long) - Method in class org.openqa.selenium.lift.HamcrestWebDriverTestCase
 
waitFor(Finder<WebElement, WebDriver>, long) - Method in interface org.openqa.selenium.lift.TestContext
 
waitFor(Finder<WebElement, WebDriver>, long) - Method in class org.openqa.selenium.lift.WebDriverTestContext
 
WebDriverTestContext - Class in org.openqa.selenium.lift
Gives the context for a test, holds page state, and interacts with the WebDriver.
WebDriverTestContext(WebDriver) - Constructor for class org.openqa.selenium.lift.WebDriverTestContext
 
with(Matcher<WebElement>) - Method in class org.openqa.selenium.lift.find.HtmlTagFinder
 
with(Matcher<S>) - Method in class org.openqa.selenium.lift.find.BaseFinder
 
with(Matcher<S>) - Method in interface org.openqa.selenium.lift.find.Finder
 

X

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