| Modifier and Type | Class and Description |
|---|---|
class |
Browser
Encapsulates execution properties of selected browser.
|
class |
BrowserMode
Encapsulates execution mode of browser ran by Selenium.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XPathLibrary
Encapsulates the current implementations of XPath libraries supported by Selenium.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Cookie
The immutable representation of Cookie
|
class |
CookieCreateOptions
Immutable representation of options for creating cookies.
|
class |
CookieDeleteOptions
Options for deleting cookies.
|
class |
CookieOptions<T extends CookieOptions<T>>
Abstract immutable representation of options for manipulation with cookies.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Dimension
Dimensions of object rendered by browser.
|
class |
Offset
Offset for movement on browser-rendered canvas.
|
class |
Point
Point as position rendered on browser canvas.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyCode
Encapsulates key codes as they are interpreted by JavaScript.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Locator<T extends Locator<T>>
Locates the object by given strategy and parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLocator<T extends Locator<T>>
Abstract implementation of locator.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AttributeLocator<E extends ElementLocator<E>>
Specific locator for attributes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAttributeLocator<E extends ElementLocator<E>>
Default implementation of locator for element's attributes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompoundableLocator<T extends CompoundableLocator<T>>
Defines element locators which can be used to derive child and generally descendant elements by given locator by
composition by composition.
|
interface |
ElementLocator<T extends ElementLocator<T>>
Locator for locating elements on page.
|
interface |
ExtendedLocator<T extends ExtendedLocator<T>>
Locator which is iterable and compoundable - it means you can iterate through it's descendants (
IterableLocator) and can derive it's descendants using composition of locators (CompoundableLocator). |
interface |
FilterableLocator<T extends FilterableLocator<T>>
Defines element locators which can be used to derive new locators by defining filters.
|
interface |
IterableLocator<T extends IterableLocator<T>>
Locator which can iterate over it's descendant.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractElementLocator<T extends ElementLocator<T>>
Abstract implementation of element locator able to derive attributes for itself.
|
class |
AbstractIterableLocator<T extends IterableLocator<T>>
Abstract implementation of locator which can iterate over it's descendant.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FrameLocator<T extends FrameLocator<T>>
Locator for locating select options on page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFrameLocator<T extends FrameLocator<T>>
Abstract implementation of option locator.
|
class |
FrameRelativeLocator
The locators of relative addressing of frames
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OptionLocator<T extends OptionLocator<T>>
Locator for locating select options on page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOptionLocator<T extends OptionLocator<T>>
Abstract implementation of option locator.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WindowLocator<T extends WindowLocator<T>>
Locator for locating select options on page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWindowLocator<T extends WindowLocator<T>>
Abstract implementation of option locator.
|
class |
WindowNameLocator
The locator for referencing window by name
|
| Modifier and Type | Class and Description |
|---|---|
class |
LogLevel
Logging level of Selenium command processor.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.