Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

A

AbstractAnnotations - Class in org.openqa.selenium.support.pagefactory
Abstract class to work with fields in Page Objects.
AbstractAnnotations() - Constructor for class org.openqa.selenium.support.pagefactory.AbstractAnnotations
 
AbstractFindByBuilder - Class in org.openqa.selenium.support
 
AbstractFindByBuilder() - Constructor for class org.openqa.selenium.support.AbstractFindByBuilder
 
AbstractWebDriverEventListener - Class in org.openqa.selenium.support.events
Use this class as base class, if you want to implement a WebDriverEventListener and are only interested in some events.
AbstractWebDriverEventListener() - Constructor for class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
afterAlertAccept(WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
afterAlertAccept(WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
This action will be performed each time after Alert.accept()
afterAlertDismiss(WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
afterAlertDismiss(WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
This action will be performed each time before Alert.dismiss()
afterChangeValueOf(WebElement, WebDriver, CharSequence[]) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
afterChangeValueOf(WebElement, WebDriver, CharSequence[]) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
Called after WebElement.clear(), WebElement.sendKeys(...)}.
afterClickOn(WebElement, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
afterClickOn(WebElement, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
Called after WebElement.click().
afterFindBy(By, WebElement, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
afterFindBy(By, WebElement, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
Called after WebDriver.findElement(...), or WebDriver.findElements(...), or WebElement.findElement(...), or WebElement.findElements(...).
afterNavigateBack(WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
afterNavigateBack(WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
Called after navigate().back().
afterNavigateForward(WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
afterNavigateForward(WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
Called after navigate().forward().
afterNavigateRefresh(WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
afterNavigateRefresh(WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
Called after navigate().refresh().
afterNavigateTo(String, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
afterNavigateTo(String, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
Called after get(String url) respectively navigate().to(String url).
afterScript(String, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
afterScript(String, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
Called after RemoteWebDriver.executeScript(java.lang.String, java.lang.Object[]).
afterSwitchToWindow(String, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
afterSwitchToWindow(String, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
This action will be performed each time after WebDriver.TargetLocator.window(java.lang.String)
AjaxElementLocator - Class in org.openqa.selenium.support.pagefactory
An element locator that will wait for the specified number of seconds for an element to appear, rather than failing instantly if it's not present.
AjaxElementLocator(SearchContext, int, AbstractAnnotations) - Constructor for class org.openqa.selenium.support.pagefactory.AjaxElementLocator
Use this constructor in order to process custom annotaions.
AjaxElementLocator(Clock, SearchContext, int, AbstractAnnotations) - Constructor for class org.openqa.selenium.support.pagefactory.AjaxElementLocator
 
AjaxElementLocator(SearchContext, Field, int) - Constructor for class org.openqa.selenium.support.pagefactory.AjaxElementLocator
Main constructor.
AjaxElementLocator(Clock, SearchContext, Field, int) - Constructor for class org.openqa.selenium.support.pagefactory.AjaxElementLocator
 
AjaxElementLocatorFactory - Class in org.openqa.selenium.support.pagefactory
 
AjaxElementLocatorFactory(SearchContext, int) - Constructor for class org.openqa.selenium.support.pagefactory.AjaxElementLocatorFactory
 
alertIsPresent() - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
 
and(ExpectedCondition<?>...) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation with the logical and condition of the given list of conditions.
Annotations - Class in org.openqa.selenium.support.pagefactory
 
Annotations(Field) - Constructor for class org.openqa.selenium.support.pagefactory.Annotations
 
asHex() - Method in class org.openqa.selenium.support.Color
 
asRgb() - Method in class org.openqa.selenium.support.Color
 
asRgba() - Method in class org.openqa.selenium.support.Color
 
assertValidAnnotations() - Method in class org.openqa.selenium.support.pagefactory.Annotations
 
assertValidFindAll(FindAll) - Method in class org.openqa.selenium.support.AbstractFindByBuilder
 
assertValidFindBy(FindBy) - Method in class org.openqa.selenium.support.AbstractFindByBuilder
 
assertValidFindBys(FindBys) - Method in class org.openqa.selenium.support.AbstractFindByBuilder
 
attributeContains(WebElement, String, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking WebElement with given locator has attribute which contains specific value
attributeContains(By, String, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking WebElement with given locator has attribute which contains specific value
attributeToBe(By, String, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking WebElement with given locator has attribute with a specific value
attributeToBe(WebElement, String, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking given WebElement has attribute with a specific value
attributeToBeNotEmpty(WebElement, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking WebElement any non empty value for given attribute

B

beforeAlertAccept(WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
beforeAlertAccept(WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
This action will be performed each time before Alert.accept()
beforeAlertDismiss(WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
beforeAlertDismiss(WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
This action will be performed each time after Alert.dismiss()
beforeChangeValueOf(WebElement, WebDriver, CharSequence[]) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
beforeChangeValueOf(WebElement, WebDriver, CharSequence[]) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
Called before WebElement.clear(), WebElement.sendKeys(...).
beforeClickOn(WebElement, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
beforeClickOn(WebElement, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
Called before WebElement.click().
beforeFindBy(By, WebElement, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
beforeFindBy(By, WebElement, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
Called before WebDriver.findElement(...), or WebDriver.findElements(...), or WebElement.findElement(...), or WebElement.findElements(...).
beforeNavigateBack(WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
beforeNavigateBack(WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
Called before navigate().back().
beforeNavigateForward(WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
beforeNavigateForward(WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
Called before navigate().forward().
beforeNavigateRefresh(WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
beforeNavigateRefresh(WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
Called before navigate().refresh().
beforeNavigateTo(String, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
beforeNavigateTo(String, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
Called before get(String url) respectively navigate().to(String url).
beforeScript(String, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
beforeScript(String, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
Called before RemoteWebDriver.executeScript(java.lang.String, java.lang.Object[])
beforeSwitchToWindow(String, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
beforeSwitchToWindow(String, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
This action will be performed each time before WebDriver.TargetLocator.window(java.lang.String)
buildBy(String) - Method in enum org.openqa.selenium.support.How
 
buildBy() - Method in class org.openqa.selenium.support.pagefactory.AbstractAnnotations
Defines how to transform given object (field, class, etc) into By class used by webdriver to locate elements.
buildBy() - Method in class org.openqa.selenium.support.pagefactory.Annotations
Defines how to transform given object (field, class, etc) into By class used by webdriver to locate elements.
buildByFromDefault() - Method in class org.openqa.selenium.support.pagefactory.Annotations
 
buildByFromFindBy(FindBy) - Method in class org.openqa.selenium.support.AbstractFindByBuilder
 
buildByFromLongFindBy(FindBy) - Method in class org.openqa.selenium.support.AbstractFindByBuilder
 
buildByFromShortFindBy(FindBy) - Method in class org.openqa.selenium.support.AbstractFindByBuilder
 
buildIt(Object, Field) - Method in class org.openqa.selenium.support.AbstractFindByBuilder
 
buildIt(Object, Field) - Method in class org.openqa.selenium.support.FindAll.FindByBuilder
 
buildIt(Object, Field) - Method in class org.openqa.selenium.support.FindBy.FindByBuilder
 
buildIt(Object, Field) - Method in class org.openqa.selenium.support.FindBys.FindByBuilder
 
ByAll - Class in org.openqa.selenium.support.pagefactory
Mechanism used to locate elements within a document using a series of lookups.
ByAll(By...) - Constructor for class org.openqa.selenium.support.pagefactory.ByAll
 
ByChained - Class in org.openqa.selenium.support.pagefactory
Mechanism used to locate elements within a document using a series of other lookups.
ByChained(By...) - Constructor for class org.openqa.selenium.support.pagefactory.ByChained
 
ByIdOrName - Class in org.openqa.selenium.support
 
ByIdOrName(String) - Constructor for class org.openqa.selenium.support.ByIdOrName
 

C

CacheLookup - Annotation Type in org.openqa.selenium.support
Marker annotation to be applied to WebElements to indicate that it never changes (that is, that the same instance in the DOM will always be used)
click(Coordinates) - Method in class org.openqa.selenium.support.events.internal.EventFiringMouse
 
Clock - Interface in org.openqa.selenium.support.ui
A simple encapsulation to allowing timing
close() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 
Color - Class in org.openqa.selenium.support
 
Color(int, int, int, double) - Constructor for class org.openqa.selenium.support.Color
 
Colors - Enum in org.openqa.selenium.support
 
contextClick(Coordinates) - Method in class org.openqa.selenium.support.events.internal.EventFiringMouse
 
createLocator(Field) - Method in class org.openqa.selenium.support.pagefactory.AjaxElementLocatorFactory
 
createLocator(Field) - Method in class org.openqa.selenium.support.pagefactory.DefaultElementLocatorFactory
 
createLocator(Field) - Method in interface org.openqa.selenium.support.pagefactory.ElementLocatorFactory
When a field on a class needs to be decorated with an ElementLocator this method will be called.

D

decorate(ClassLoader, Field) - Method in class org.openqa.selenium.support.pagefactory.DefaultFieldDecorator
 
decorate(ClassLoader, Field) - Method in interface org.openqa.selenium.support.pagefactory.FieldDecorator
This method is called by PageFactory on all fields to decide how to decorate the field.
DEFAULT_SLEEP_TIMEOUT - Static variable in class org.openqa.selenium.support.ui.FluentWait
 
DefaultElementLocator - Class in org.openqa.selenium.support.pagefactory
The default element locator, which will lazily locate an element or an element list on a page.
DefaultElementLocator(SearchContext, Field) - Constructor for class org.openqa.selenium.support.pagefactory.DefaultElementLocator
Creates a new element locator.
DefaultElementLocator(SearchContext, AbstractAnnotations) - Constructor for class org.openqa.selenium.support.pagefactory.DefaultElementLocator
Use this constructor in order to process custom annotaions.
DefaultElementLocatorFactory - Class in org.openqa.selenium.support.pagefactory
 
DefaultElementLocatorFactory(SearchContext) - Constructor for class org.openqa.selenium.support.pagefactory.DefaultElementLocatorFactory
 
DefaultFieldDecorator - Class in org.openqa.selenium.support.pagefactory
Default decorator for use with PageFactory.
DefaultFieldDecorator(ElementLocatorFactory) - Constructor for class org.openqa.selenium.support.pagefactory.DefaultFieldDecorator
 
deselectAll() - Method in interface org.openqa.selenium.support.ui.ISelect
Clear all selected entries.
deselectAll() - Method in class org.openqa.selenium.support.ui.Select
Clear all selected entries.
deselectByIndex(int) - Method in interface org.openqa.selenium.support.ui.ISelect
Deselect the option at the given index.
deselectByIndex(int) - Method in class org.openqa.selenium.support.ui.Select
Deselect the option at the given index.
deselectByValue(String) - Method in interface org.openqa.selenium.support.ui.ISelect
Deselect all options that have a value matching the argument.
deselectByValue(String) - Method in class org.openqa.selenium.support.ui.Select
Deselect all options that have a value matching the argument.
deselectByVisibleText(String) - Method in interface org.openqa.selenium.support.ui.ISelect
Deselect all options that display text matching the argument.
deselectByVisibleText(String) - Method in class org.openqa.selenium.support.ui.Select
Deselect all options that display text matching the argument.
doubleClick(Coordinates) - Method in class org.openqa.selenium.support.events.internal.EventFiringMouse
 
doubleTap(Coordinates) - Method in class org.openqa.selenium.support.events.internal.EventFiringTouch
 
down(int, int) - Method in class org.openqa.selenium.support.events.internal.EventFiringTouch
 
Duration - Class in org.openqa.selenium.support.ui
Deprecated.
use Duration
Duration(long, TimeUnit) - Constructor for class org.openqa.selenium.support.ui.Duration
Deprecated.
use Duration

E

ElementLocator - Interface in org.openqa.selenium.support.pagefactory
 
ElementLocatorFactory - Interface in org.openqa.selenium.support.pagefactory
A factory for producing ElementLocators.
elementSelectionStateToBe(WebElement, boolean) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking if the given element is selected.
elementSelectionStateToBe(By, boolean) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
 
elementToBeClickable(By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking an element is visible and enabled such that you can click it.
elementToBeClickable(WebElement) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking an element is visible and enabled such that you can click it.
elementToBeSelected(WebElement) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking if the given element is selected.
elementToBeSelected(By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
 
equals(Object) - Method in class org.openqa.selenium.support.Color
 
equals(Object) - Method in class org.openqa.selenium.support.ui.Duration
Deprecated.
 
escape(String) - Static method in class org.openqa.selenium.support.ui.Quotes
Convert strings with both quotes and ticks into a valid xpath component For example,
EventFiringKeyboard - Class in org.openqa.selenium.support.events.internal
A keyboard firing events.
EventFiringKeyboard(WebDriver, WebDriverEventListener) - Constructor for class org.openqa.selenium.support.events.internal.EventFiringKeyboard
 
EventFiringMouse - Class in org.openqa.selenium.support.events.internal
A mouse that fires events.
EventFiringMouse(WebDriver, WebDriverEventListener) - Constructor for class org.openqa.selenium.support.events.internal.EventFiringMouse
 
EventFiringTouch - Class in org.openqa.selenium.support.events.internal
A touch screen that fires events.
EventFiringTouch(WebDriver, WebDriverEventListener) - Constructor for class org.openqa.selenium.support.events.internal.EventFiringTouch
 
EventFiringWebDriver - Class in org.openqa.selenium.support.events
A wrapper around an arbitrary WebDriver instance which supports registering of a WebDriverEventListener, e.g. for logging purposes.
EventFiringWebDriver(WebDriver) - Constructor for class org.openqa.selenium.support.events.EventFiringWebDriver
 
executeAsyncScript(String, Object...) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 
executeScript(String, Object...) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 
ExpectedCondition<T> - Interface in org.openqa.selenium.support.ui
Models a condition that might reasonably be expected to eventually evaluate to something that is neither null nor false.
ExpectedConditions - Class in org.openqa.selenium.support.ui
Canned ExpectedConditions which are generally useful within webdriver tests.

F

factory - Variable in class org.openqa.selenium.support.pagefactory.DefaultFieldDecorator
 
FieldDecorator - Interface in org.openqa.selenium.support.pagefactory
Allows the PageFactory to decorate fields.
FindAll - Annotation Type in org.openqa.selenium.support
Used to mark a field on a Page Object to indicate that lookup should use a series of @FindBy tags It will then search for all elements that match any of the FindBy criteria.
FindAll.FindByBuilder - Class in org.openqa.selenium.support
 
FindBy - Annotation Type in org.openqa.selenium.support
Used to mark a field on a Page Object to indicate an alternative mechanism for locating the element or a list of elements.
FindBy.FindByBuilder - Class in org.openqa.selenium.support
 
FindByBuilder() - Constructor for class org.openqa.selenium.support.FindAll.FindByBuilder
 
FindByBuilder() - Constructor for class org.openqa.selenium.support.FindBy.FindByBuilder
 
FindByBuilder() - Constructor for class org.openqa.selenium.support.FindBys.FindByBuilder
 
FindBys - Annotation Type in org.openqa.selenium.support
Used to mark a field on a Page Object to indicate that lookup should use a series of @FindBy tags in a chain as described in ByChained It can be used on a types as well, but will not be processed by default.
FindBys.FindByBuilder - Class in org.openqa.selenium.support
 
findElement(SearchContext) - Method in class org.openqa.selenium.support.ByIdOrName
 
findElement(By) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 
findElement() - Method in class org.openqa.selenium.support.pagefactory.AjaxElementLocator
Find the element.
findElement(SearchContext) - Method in class org.openqa.selenium.support.pagefactory.ByAll
 
findElement(SearchContext) - Method in class org.openqa.selenium.support.pagefactory.ByChained
 
findElement() - Method in class org.openqa.selenium.support.pagefactory.DefaultElementLocator
Find the element.
findElement() - Method in interface org.openqa.selenium.support.pagefactory.ElementLocator
 
findElements(SearchContext) - Method in class org.openqa.selenium.support.ByIdOrName
 
findElements(By) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 
findElements() - Method in class org.openqa.selenium.support.pagefactory.AjaxElementLocator
Find the element list.
findElements(SearchContext) - Method in class org.openqa.selenium.support.pagefactory.ByAll
 
findElements(SearchContext) - Method in class org.openqa.selenium.support.pagefactory.ByChained
 
findElements() - Method in class org.openqa.selenium.support.pagefactory.DefaultElementLocator
Find the element list.
findElements() - Method in interface org.openqa.selenium.support.pagefactory.ElementLocator
 
FIVE_HUNDRED_MILLIS - Static variable in class org.openqa.selenium.support.ui.FluentWait
flick(int, int) - Method in class org.openqa.selenium.support.events.internal.EventFiringTouch
 
flick(Coordinates, int, int, int) - Method in class org.openqa.selenium.support.events.internal.EventFiringTouch
 
FluentWait<T> - Class in org.openqa.selenium.support.ui
An implementation of the Wait interface that may have its timeout and polling interval configured on the fly.
FluentWait(T) - Constructor for class org.openqa.selenium.support.ui.FluentWait
 
FluentWait(T, Clock, Sleeper) - Constructor for class org.openqa.selenium.support.ui.FluentWait
 
frameToBeAvailableAndSwitchToIt(String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking whether the given frame is available to switch to.
frameToBeAvailableAndSwitchToIt(By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking whether the given frame is available to switch to.
frameToBeAvailableAndSwitchToIt(int) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking whether the given frame is available to switch to.
frameToBeAvailableAndSwitchToIt(WebElement) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking whether the given frame is available to switch to.
fromString(String) - Static method in class org.openqa.selenium.support.Color
 

G

get(String) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 
get() - Method in class org.openqa.selenium.support.ui.LoadableComponent
Ensure that the component is currently loaded.
get() - Method in class org.openqa.selenium.support.ui.SlowLoadableComponent
 
getAllSelectedOptions() - Method in interface org.openqa.selenium.support.ui.ISelect
 
getAllSelectedOptions() - Method in class org.openqa.selenium.support.ui.Select
 
getColor() - Method in class org.openqa.selenium.support.Color
 
getColorValue() - Method in enum org.openqa.selenium.support.Colors
 
getCurrentUrl() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 
getField() - Method in class org.openqa.selenium.support.pagefactory.Annotations
 
getFirstSelectedOption() - Method in interface org.openqa.selenium.support.ui.ISelect
 
getFirstSelectedOption() - Method in class org.openqa.selenium.support.ui.Select
 
getKeyboard() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 
getMouse() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 
getOptions() - Method in interface org.openqa.selenium.support.ui.ISelect
 
getOptions() - Method in class org.openqa.selenium.support.ui.Select
 
getPageSource() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 
getScreenshotAs(OutputType<X>) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 
getTitle() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 
getTouch() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 
getWindowHandle() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 
getWindowHandles() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 
getWrappedDriver() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 

H

hashCode() - Method in class org.openqa.selenium.support.Color
 
hashCode() - Method in class org.openqa.selenium.support.ui.Duration
Deprecated.
 
How - Enum in org.openqa.selenium.support
 

I

ignoreAll(Collection<Class<? extends K>>) - Method in class org.openqa.selenium.support.ui.FluentWait
Configures this instance to ignore specific types of exceptions while waiting for a condition.
ignoring(Class<? extends Throwable>) - Method in class org.openqa.selenium.support.ui.FluentWait
 
ignoring(Class<? extends Throwable>, Class<? extends Throwable>) - Method in class org.openqa.selenium.support.ui.FluentWait
 
in(TimeUnit) - Method in class org.openqa.selenium.support.ui.Duration
Deprecated.
use Duration
initElements(WebDriver, Class<T>) - Static method in class org.openqa.selenium.support.PageFactory
Instantiate an instance of the given class, and set a lazy proxy for each of the WebElement and List<WebElement> fields that have been declared, assuming that the field name is also the HTML element's "id" or "name".
initElements(WebDriver, Object) - Static method in class org.openqa.selenium.support.PageFactory
As PageFactory.initElements(org.openqa.selenium.WebDriver, Class) but will only replace the fields of an already instantiated Page Object.
initElements(ElementLocatorFactory, Object) - Static method in class org.openqa.selenium.support.PageFactory
Similar to the other "initElements" methods, but takes an ElementLocatorFactory which is used for providing the mechanism for finding elements.
initElements(FieldDecorator, Object) - Static method in class org.openqa.selenium.support.PageFactory
Similar to the other "initElements" methods, but takes an FieldDecorator which is used for decorating each of the fields.
invisibilityOf(WebElement) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking the element to be invisible
invisibilityOfAllElements(WebElement...) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking all elements from given list to be invisible
invisibilityOfAllElements(List<WebElement>) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking all elements from given list to be invisible
invisibilityOfElementLocated(By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking that an element is either invisible or not present on the DOM.
invisibilityOfElementWithText(By, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking that an element with text is either invisible or not present on the DOM.
invoke(Object, Method, Object[]) - Method in class org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler
 
invoke(Object, Method, Object[]) - Method in class org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler
 
isDecoratableList(Field) - Method in class org.openqa.selenium.support.pagefactory.DefaultFieldDecorator
 
ISelect - Interface in org.openqa.selenium.support.ui
Created by evgeniyat on 13.05.16 ISelect interface makes a protocol for all kind of select elements (standard html and custom model)
isElementUsable(WebElement) - Method in class org.openqa.selenium.support.pagefactory.AjaxElementLocator
By default, elements are considered "found" if they are in the DOM.
isError() - Method in class org.openqa.selenium.support.ui.SlowLoadableComponent
Check for well known error cases, which would mean that loading has finished, but an error condition was seen.
isLoaded() - Method in class org.openqa.selenium.support.ui.LoadableComponent
Determine whether or not the component is loaded.
isLookupCached() - Method in class org.openqa.selenium.support.pagefactory.AbstractAnnotations
Defines whether or not given element should be returned from cache on further calls.
isLookupCached() - Method in class org.openqa.selenium.support.pagefactory.Annotations
Defines whether or not given element should be returned from cache on further calls.
isMultiple() - Method in interface org.openqa.selenium.support.ui.ISelect
 
isMultiple() - Method in class org.openqa.selenium.support.ui.Select
 
isNowBefore(long) - Method in interface org.openqa.selenium.support.ui.Clock
Tests if a point in time occurs before the current time.
isNowBefore(long) - Method in class org.openqa.selenium.support.ui.SystemClock
 

J

javaScriptThrowsNoExceptions(String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation to check if js executable.
jsReturnsValue(String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for String value from javascript

L

laterBy(long) - Method in interface org.openqa.selenium.support.ui.Clock
Computes a point of time in the future.
laterBy(long) - Method in class org.openqa.selenium.support.ui.SystemClock
 
load() - Method in class org.openqa.selenium.support.ui.LoadableComponent
When this method returns, the component modeled by the subclass should be fully loaded.
LoadableComponent<T extends LoadableComponent<T>> - Class in org.openqa.selenium.support.ui
Represents any abstraction of something that can be loaded.
LoadableComponent() - Constructor for class org.openqa.selenium.support.ui.LoadableComponent
 
LocatingElementHandler - Class in org.openqa.selenium.support.pagefactory.internal
 
LocatingElementHandler(ElementLocator) - Constructor for class org.openqa.selenium.support.pagefactory.internal.LocatingElementHandler
 
LocatingElementListHandler - Class in org.openqa.selenium.support.pagefactory.internal
 
LocatingElementListHandler(ElementLocator) - Constructor for class org.openqa.selenium.support.pagefactory.internal.LocatingElementListHandler
 
longPress(Coordinates) - Method in class org.openqa.selenium.support.events.internal.EventFiringTouch
 

M

manage() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 
mouseDown(Coordinates) - Method in class org.openqa.selenium.support.events.internal.EventFiringMouse
 
mouseMove(Coordinates) - Method in class org.openqa.selenium.support.events.internal.EventFiringMouse
 
mouseMove(Coordinates, long, long) - Method in class org.openqa.selenium.support.events.internal.EventFiringMouse
 
mouseUp(Coordinates) - Method in class org.openqa.selenium.support.events.internal.EventFiringMouse
 
move(int, int) - Method in class org.openqa.selenium.support.events.internal.EventFiringTouch
 

N

navigate() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 
not(ExpectedCondition<?>) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation with the logical opposite condition of the given condition.
now() - Method in interface org.openqa.selenium.support.ui.Clock
 
now() - Method in class org.openqa.selenium.support.ui.SystemClock
 
numberOfElementsToBe(By, Integer) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking number of WebElements with given locator
numberOfElementsToBeLessThan(By, Integer) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking number of WebElements with given locator being less than defined number
numberOfElementsToBeMoreThan(By, Integer) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking number of WebElements with given locator
numberOfwindowsToBe(int) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
Deprecated.
numberOfWindowsToBe(int) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
 

O

onException(Throwable, WebDriver) - Method in class org.openqa.selenium.support.events.AbstractWebDriverEventListener
 
onException(Throwable, WebDriver) - Method in interface org.openqa.selenium.support.events.WebDriverEventListener
Called whenever an exception would be thrown.
or(ExpectedCondition<?>...) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation with the logical or condition of the given list of conditions.
org.openqa.selenium.support - package org.openqa.selenium.support
 
org.openqa.selenium.support.events - package org.openqa.selenium.support.events
 
org.openqa.selenium.support.events.internal - package org.openqa.selenium.support.events.internal
 
org.openqa.selenium.support.pagefactory - package org.openqa.selenium.support.pagefactory
 
org.openqa.selenium.support.pagefactory.internal - package org.openqa.selenium.support.pagefactory.internal
 
org.openqa.selenium.support.ui - package org.openqa.selenium.support.ui
 

P

PageFactory - Class in org.openqa.selenium.support
Factory class to make using Page Objects simpler and easier.
PageFactory() - Constructor for class org.openqa.selenium.support.PageFactory
 
PageFactoryFinder - Annotation Type in org.openqa.selenium.support
 
perform(Collection<Sequence>) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 
pollingEvery(long, TimeUnit) - Method in class org.openqa.selenium.support.ui.FluentWait
pollingEvery(Duration) - Method in class org.openqa.selenium.support.ui.FluentWait
Sets how often the condition should be evaluated.
presenceOfAllElementsLocatedBy(By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking that there is at least one element present on a web page.
presenceOfElementLocated(By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking that an element is present on the DOM of a page.
presenceOfNestedElementLocatedBy(By, By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking child WebElement as a part of parent element to present
presenceOfNestedElementLocatedBy(WebElement, By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking child WebElement as a part of parent element to be present
presenceOfNestedElementsLocatedBy(By, By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking child WebElement as a part of parent element to present
pressKey(CharSequence) - Method in class org.openqa.selenium.support.events.internal.EventFiringKeyboard
 
protect(WebDriver) - Static method in class org.openqa.selenium.support.ThreadGuard
 
proxyForListLocator(ClassLoader, ElementLocator) - Method in class org.openqa.selenium.support.pagefactory.DefaultFieldDecorator
 
proxyForLocator(ClassLoader, ElementLocator) - Method in class org.openqa.selenium.support.pagefactory.DefaultFieldDecorator
 

Q

quit() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 
Quotes - Class in org.openqa.selenium.support.ui
 
Quotes() - Constructor for class org.openqa.selenium.support.ui.Quotes
 

R

refreshed(ExpectedCondition<T>) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
Wrapper for a condition, which allows for elements to update by redrawing.
register(WebDriverEventListener) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 
releaseKey(CharSequence) - Method in class org.openqa.selenium.support.events.internal.EventFiringKeyboard
 
resetInputState() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 

S

scroll(Coordinates, int, int) - Method in class org.openqa.selenium.support.events.internal.EventFiringTouch
 
scroll(int, int) - Method in class org.openqa.selenium.support.events.internal.EventFiringTouch
 
Select - Class in org.openqa.selenium.support.ui
Models a SELECT tag, providing helper methods to select and deselect options.
Select(WebElement) - Constructor for class org.openqa.selenium.support.ui.Select
Constructor.
selectByIndex(int) - Method in interface org.openqa.selenium.support.ui.ISelect
Select the option at the given index.
selectByIndex(int) - Method in class org.openqa.selenium.support.ui.Select
Select the option at the given index.
selectByValue(String) - Method in interface org.openqa.selenium.support.ui.ISelect
Select all options that have a value matching the argument.
selectByValue(String) - Method in class org.openqa.selenium.support.ui.Select
Select all options that have a value matching the argument.
selectByVisibleText(String) - Method in interface org.openqa.selenium.support.ui.ISelect
Select all options that display text matching the argument.
selectByVisibleText(String) - Method in class org.openqa.selenium.support.ui.Select
Select all options that display text matching the argument.
sendKeys(CharSequence...) - Method in class org.openqa.selenium.support.events.internal.EventFiringKeyboard
 
setOpacity(double) - Method in class org.openqa.selenium.support.Color
 
shouldCache() - Method in class org.openqa.selenium.support.pagefactory.DefaultElementLocator
Returns whether the element should be cached.
singleTap(Coordinates) - Method in class org.openqa.selenium.support.events.internal.EventFiringTouch
 
sleep(Duration) - Method in interface org.openqa.selenium.support.ui.Sleeper
sleep(Duration) - Method in interface org.openqa.selenium.support.ui.Sleeper
Sleeps for the specified duration of time.
Sleeper - Interface in org.openqa.selenium.support.ui
Abstraction around Thread.sleep(long) to permit better testability.
sleepFor() - Method in class org.openqa.selenium.support.pagefactory.AjaxElementLocator
By default, we sleep for 250ms between polls.
sleepFor() - Method in class org.openqa.selenium.support.ui.SlowLoadableComponent
 
SlowLoadableComponent<T extends LoadableComponent<T>> - Class in org.openqa.selenium.support.ui
A LoadableComponent which might not have finished loading when load() returns.
SlowLoadableComponent(Clock, int) - Constructor for class org.openqa.selenium.support.ui.SlowLoadableComponent
 
stalenessOf(WebElement) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
Wait until an element is no longer attached to the DOM.
switchTo() - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 
SYSTEM_SLEEPER - Static variable in interface org.openqa.selenium.support.ui.Sleeper
 
SystemClock - Class in org.openqa.selenium.support.ui
 
SystemClock() - Constructor for class org.openqa.selenium.support.ui.SystemClock
 

T

textMatches(By, Pattern) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking WebElement with given locator has text with a value as a part of it
textToBe(By, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking WebElement with given locator has specific text
textToBePresentInElement(WebElement, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking if the given text is present in the specified element.
textToBePresentInElement(By, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
textToBePresentInElementLocated(By, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking if the given text is present in the element that matches the given locator.
textToBePresentInElementValue(WebElement, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking if the given text is present in the specified elements value attribute.
textToBePresentInElementValue(By, String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking if the given text is present in the specified elements value attribute.
ThreadGuard - Class in org.openqa.selenium.support
Multithreaded client code should use this to assert that it accesses webdriver in a thread-safe manner.
ThreadGuard() - Constructor for class org.openqa.selenium.support.ThreadGuard
 
timeoutException(String, Throwable) - Method in class org.openqa.selenium.support.ui.FluentWait
Throws a timeout exception.
timeoutException(String, Throwable) - Method in class org.openqa.selenium.support.ui.WebDriverWait
 
timeOutInSeconds - Variable in class org.openqa.selenium.support.pagefactory.AjaxElementLocator
 
titleContains(String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking that the title contains a case-sensitive substring
titleIs(String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking the title of a page.
toString() - Method in class org.openqa.selenium.support.ByIdOrName
 
toString() - Method in class org.openqa.selenium.support.Color
 
toString() - Method in class org.openqa.selenium.support.pagefactory.ByAll
 
toString() - Method in class org.openqa.selenium.support.pagefactory.ByChained
 
toString() - Method in class org.openqa.selenium.support.pagefactory.DefaultElementLocator
 
toString() - Method in class org.openqa.selenium.support.ui.Duration
Deprecated.
 

U

UnexpectedTagNameException - Exception in org.openqa.selenium.support.ui
 
UnexpectedTagNameException(String, String) - Constructor for exception org.openqa.selenium.support.ui.UnexpectedTagNameException
 
unregister(WebDriverEventListener) - Method in class org.openqa.selenium.support.events.EventFiringWebDriver
 
until(Function<? super T, V>) - Method in class org.openqa.selenium.support.ui.FluentWait
Repeatedly applies this instance's input value to the given function until one of the following occurs: the function returns neither null nor false the function throws an unignored exception the timeout expires the current thread is interrupted
until(Function<? super F, T>) - Method in interface org.openqa.selenium.support.ui.Wait
Implementations should wait until the condition evaluates to a value that is neither null nor false.
up(int, int) - Method in class org.openqa.selenium.support.events.internal.EventFiringTouch
 
urlContains(String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for the URL of the current page to contain specific text.
urlMatches(String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
Expectation for the URL to match a specific regular expression
urlToBe(String) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for the URL of the current page to be a specific url.

V

valueOf(String) - Static method in enum org.openqa.selenium.support.Colors
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openqa.selenium.support.How
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openqa.selenium.support.Colors
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openqa.selenium.support.How
Returns an array containing the constants of this enum type, in the order they are declared.
visibilityOf(WebElement) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking that an element, known to be present on the DOM of a page, is visible.
visibilityOfAllElements(WebElement...) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking that all elements present on the web page that match the locator are visible.
visibilityOfAllElements(List<WebElement>) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking that all elements present on the web page that match the locator are visible.
visibilityOfAllElementsLocatedBy(By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking that all elements present on the web page that match the locator are visible.
visibilityOfElementLocated(By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking that an element is present on the DOM of a page and visible.
visibilityOfNestedElementsLocatedBy(By, By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking child WebElement as a part of parent element to be visible
visibilityOfNestedElementsLocatedBy(WebElement, By) - Static method in class org.openqa.selenium.support.ui.ExpectedConditions
An expectation for checking child WebElement as a part of parent element to be visible

W

Wait<F> - Interface in org.openqa.selenium.support.ui
A generic interface for waiting until a condition is true or not null.
WebDriverEventListener - Interface in org.openqa.selenium.support.events
 
WebDriverWait - Class in org.openqa.selenium.support.ui
A specialization of FluentWait that uses WebDriver instances.
WebDriverWait(WebDriver, long) - Constructor for class org.openqa.selenium.support.ui.WebDriverWait
Wait will ignore instances of NotFoundException that are encountered (thrown) by default in the 'until' condition, and immediately propagate all others.
WebDriverWait(WebDriver, long, long) - Constructor for class org.openqa.selenium.support.ui.WebDriverWait
Wait will ignore instances of NotFoundException that are encountered (thrown) by default in the 'until' condition, and immediately propagate all others.
WebDriverWait(WebDriver, Clock, Sleeper, long, long) - Constructor for class org.openqa.selenium.support.ui.WebDriverWait
 
withMessage(String) - Method in class org.openqa.selenium.support.ui.FluentWait
Sets the message to be displayed when time expires.
withMessage(Supplier<String>) - Method in class org.openqa.selenium.support.ui.FluentWait
Sets the message to be evaluated and displayed when time expires.
withTimeout(long, TimeUnit) - Method in class org.openqa.selenium.support.ui.FluentWait
withTimeout(Duration) - Method in class org.openqa.selenium.support.ui.FluentWait
Sets how long to wait for the evaluated condition to be true.
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links