| Package | Description |
|---|---|
| aquality.selenium.core.elements | |
| aquality.selenium.core.elements.interfaces |
| Modifier and Type | Class and Description |
|---|---|
class |
Element |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
Element.findChildElement(org.openqa.selenium.By childLoc,
String name,
Class<T> clazz,
ElementState state) |
<T extends IElement> |
Element.findChildElement(org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier,
ElementState state) |
<T extends IElement> |
ElementFactory.findChildElement(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
Class<T> clazz,
ElementState state) |
<T extends IElement> |
ElementFactory.findChildElement(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier,
ElementState state) |
<T extends IElement> |
Element.findChildElements(org.openqa.selenium.By childLoc,
String name,
Class<T> clazz,
ElementState state,
ElementsCount count) |
<T extends IElement> |
Element.findChildElements(org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier,
ElementState state,
ElementsCount count) |
<T extends IElement> |
ElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
Class<T> clazz,
ElementsCount count,
ElementState state) |
<T extends IElement> |
ElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier,
ElementsCount count,
ElementState state) |
<T extends IElement> |
ElementFactory.findElements(org.openqa.selenium.By locator,
String name,
Class<T> clazz,
ElementsCount count,
ElementState state) |
<T extends IElement> |
ElementFactory.findElements(org.openqa.selenium.By locator,
String name,
IElementSupplier<T> supplier,
ElementsCount count,
ElementState state) |
<T extends IElement> |
ElementFactory.getCustomElement(Class<T> clazz,
org.openqa.selenium.By locator,
String name,
ElementState state) |
<T extends IElement> |
ElementFactory.getCustomElement(IElementSupplier<T> elementSupplier,
org.openqa.selenium.By locator,
String name,
ElementState state) |
protected <T extends IElement> |
ElementFactory.getDefaultElementSupplier(Class<T> clazz) |
protected <T extends IElement> |
ElementFactory.resolveElementClass(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<Class<? extends IElement>,Class<? extends IElement>> |
ElementFactory.getElementTypesMap()
Gets map between elements interfaces and their implementations.
|
protected Map<Class<? extends IElement>,Class<? extends IElement>> |
ElementFactory.getElementTypesMap()
Gets map between elements interfaces and their implementations.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
ElementFactory.findChildElement(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
Class<T> clazz,
ElementState state) |
<T extends IElement> |
ElementFactory.findChildElement(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier,
ElementState state) |
<T extends IElement> |
ElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
Class<T> clazz,
ElementsCount count,
ElementState state) |
<T extends IElement> |
ElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier,
ElementsCount count,
ElementState state) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IElementSupplier<T extends IElement>
Describes interface to supply class which implements IElement interface
|
| Modifier and Type | Method and Description |
|---|---|
default <T extends IElement> |
IParent.findChildElement(org.openqa.selenium.By childLoc,
Class<T> clazz)
Find an element in the parent element with DISPLAYED state
|
default <T extends IElement> |
IParent.findChildElement(org.openqa.selenium.By childLoc,
Class<T> clazz,
ElementState state)
Find an element in the parent element
|
default <T extends IElement> |
IParent.findChildElement(org.openqa.selenium.By childLoc,
IElementSupplier<T> supplier)
Find an element in the parent element with DISPLAYED state
|
default <T extends IElement> |
IParent.findChildElement(org.openqa.selenium.By childLoc,
IElementSupplier<T> supplier,
ElementState state)
Finds an element in the parent element
|
default <T extends IElement> |
IParent.findChildElement(org.openqa.selenium.By childLoc,
String name,
Class<T> clazz)
Find an element in the parent element with DISPLAYED state
|
<T extends IElement> |
IParent.findChildElement(org.openqa.selenium.By childLoc,
String name,
Class<T> clazz,
ElementState state)
Find an element in the parent element
|
default <T extends IElement> |
IParent.findChildElement(org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier)
Find an element in the parent element with DISPLAYED state
|
<T extends IElement> |
IParent.findChildElement(org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier,
ElementState state)
Finds an element in the parent element
|
default <T extends IElement> |
IElementFactory.findChildElement(IElement parentElement,
org.openqa.selenium.By childLoc,
Class<T> clazz)
Finds child element existing in any state by its locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElement(IElement parentElement,
org.openqa.selenium.By childLoc,
Class<T> clazz,
ElementState state)
Finds child element by its locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElement(IElement parentElement,
org.openqa.selenium.By childLoc,
IElementSupplier<T> supplier)
Finds child element existing in any state by its locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElement(IElement parentElement,
org.openqa.selenium.By childLoc,
IElementSupplier<T> supplier,
ElementState state)
Finds child element by its locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElement(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
Class<T> clazz)
Finds displayed child element by its locator relative to parent element.
|
<T extends IElement> |
IElementFactory.findChildElement(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
Class<T> clazz,
ElementState state)
Finds child element by its locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElement(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier)
Finds child element existing in any state by its locator relative to parent element.
|
<T extends IElement> |
IElementFactory.findChildElement(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier,
ElementState state)
Finds child element by its locator relative to parent element.
|
default <T extends IElement> |
IParent.findChildElements(org.openqa.selenium.By childLoc,
Class<T> clazz)
Finds displayed child elements by their locator relative to parent element.
|
default <T extends IElement> |
IParent.findChildElements(org.openqa.selenium.By childLoc,
Class<T> clazz,
ElementsCount count)
Finds displayed child elements by their locator relative to parent element.
|
default <T extends IElement> |
IParent.findChildElements(org.openqa.selenium.By childLoc,
Class<T> clazz,
ElementState state)
Finds child elements by their locator relative to parent element.
|
default <T extends IElement> |
IParent.findChildElements(org.openqa.selenium.By childLoc,
Class<T> clazz,
ElementState state,
ElementsCount count)
Finds child elements by their locator relative to parent element.
|
default <T extends IElement> |
IParent.findChildElements(org.openqa.selenium.By childLoc,
IElementSupplier<T> supplier)
Finds displayed child elements by their locator relative to parent element.
|
default <T extends IElement> |
IParent.findChildElements(org.openqa.selenium.By childLoc,
IElementSupplier<T> supplier,
ElementsCount count)
Finds displayed child elements by their locator relative to parent element.
|
default <T extends IElement> |
IParent.findChildElements(org.openqa.selenium.By childLoc,
IElementSupplier<T> supplier,
ElementState state)
Finds child elements by their locator relative to parent element.
|
default <T extends IElement> |
IParent.findChildElements(org.openqa.selenium.By childLoc,
IElementSupplier<T> supplier,
ElementState state,
ElementsCount count)
Finds child elements by their locator relative to parent element.
|
default <T extends IElement> |
IParent.findChildElements(org.openqa.selenium.By childLoc,
String name,
Class<T> clazz)
Finds displayed child elements by their locator relative to parent element.
|
default <T extends IElement> |
IParent.findChildElements(org.openqa.selenium.By childLoc,
String name,
Class<T> clazz,
ElementsCount count)
Finds displayed child elements by their locator relative to parent element.
|
default <T extends IElement> |
IParent.findChildElements(org.openqa.selenium.By childLoc,
String name,
Class<T> clazz,
ElementState state)
Finds child elements by their locator relative to parent element.
|
<T extends IElement> |
IParent.findChildElements(org.openqa.selenium.By childLoc,
String name,
Class<T> clazz,
ElementState state,
ElementsCount count)
Finds child elements by their locator relative to parent element.
|
default <T extends IElement> |
IParent.findChildElements(org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier)
Finds displayed child elements by their locator relative to parent element.
|
default <T extends IElement> |
IParent.findChildElements(org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier,
ElementsCount count)
Finds displayed child elements by their locator relative to parent element.
|
default <T extends IElement> |
IParent.findChildElements(org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier,
ElementState state)
Finds child elements by their locator relative to parent element.
|
<T extends IElement> |
IParent.findChildElements(org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier,
ElementState state,
ElementsCount count)
Finds child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
Class<T> clazz)
Finds displayed child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
Class<T> clazz,
ElementsCount count)
Finds displayed child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
Class<T> clazz,
ElementsCount count,
ElementState state)
Finds child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
Class<T> clazz,
ElementState state)
Finds child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
IElementSupplier<T> supplier)
Finds displayed child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
IElementSupplier<T> supplier,
ElementsCount count)
Finds displayed child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
IElementSupplier<T> supplier,
ElementsCount count,
ElementState state)
Finds child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
IElementSupplier<T> supplier,
ElementState state)
Finds child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
Class<T> clazz)
Finds displayed child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
Class<T> clazz,
ElementsCount count)
Finds displayed child elements by their locator relative to parent element.
|
<T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
Class<T> clazz,
ElementsCount count,
ElementState state)
Finds child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
Class<T> clazz,
ElementState state)
Finds child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier)
Finds displayed child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier,
ElementsCount count)
Finds displayed child elements by their locator relative to parent element.
|
<T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier,
ElementsCount count,
ElementState state)
Finds child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier,
ElementState state)
Finds child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findElements(org.openqa.selenium.By locator,
Class<T> clazz)
Find list of elements.
|
default <T extends IElement> |
IElementFactory.findElements(org.openqa.selenium.By locator,
Class<T> clazz,
ElementsCount count)
Find list of elements.
|
default <T extends IElement> |
IElementFactory.findElements(org.openqa.selenium.By locator,
Class<T> clazz,
ElementsCount count,
ElementState state)
Find list of elements.
|
default <T extends IElement> |
IElementFactory.findElements(org.openqa.selenium.By locator,
Class<T> clazz,
ElementState state)
Find list of elements.
|
default <T extends IElement> |
IElementFactory.findElements(org.openqa.selenium.By locator,
IElementSupplier<T> supplier,
ElementsCount count,
ElementState state)
Find list of elements.
|
default <T extends IElement> |
IElementFactory.findElements(org.openqa.selenium.By locator,
IElementSupplier<T> supplier,
ElementState state)
Find list of elements.
|
default <T extends IElement> |
IElementFactory.findElements(org.openqa.selenium.By locator,
String name,
Class<T> clazz)
Find list of elements.
|
default <T extends IElement> |
IElementFactory.findElements(org.openqa.selenium.By locator,
String name,
Class<T> clazz,
ElementsCount count)
Find list of elements.
|
<T extends IElement> |
IElementFactory.findElements(org.openqa.selenium.By locator,
String name,
Class<T> clazz,
ElementsCount count,
ElementState state)
Find list of elements.
|
default <T extends IElement> |
IElementFactory.findElements(org.openqa.selenium.By locator,
String name,
Class<T> clazz,
ElementState state)
Find list of elements.
|
default <T extends IElement> |
IElementFactory.findElements(org.openqa.selenium.By locator,
String name,
IElementSupplier<T> supplier)
Find list of displayed elements.
|
default <T extends IElement> |
IElementFactory.findElements(org.openqa.selenium.By locator,
String name,
IElementSupplier<T> supplier,
ElementsCount count)
Find list of displayed elements.
|
<T extends IElement> |
IElementFactory.findElements(org.openqa.selenium.By locator,
String name,
IElementSupplier<T> supplier,
ElementsCount count,
ElementState state)
Find list of elements.
|
default <T extends IElement> |
IElementFactory.findElements(org.openqa.selenium.By locator,
String name,
IElementSupplier<T> supplier,
ElementState state)
Find list of elements.
|
default <T extends IElement> |
IElementFactory.getCustomElement(Class<T> clazz,
org.openqa.selenium.By locator,
String name)
Create custom element according to passed parameters.
|
<T extends IElement> |
IElementFactory.getCustomElement(Class<T> clazz,
org.openqa.selenium.By locator,
String name,
ElementState state)
Create custom element according to passed parameters.
|
default <T extends IElement> |
IElementFactory.getCustomElement(IElementSupplier<T> elementSupplier,
org.openqa.selenium.By locator,
String name)
Create custom element according to passed parameters.
|
<T extends IElement> |
IElementFactory.getCustomElement(IElementSupplier<T> elementSupplier,
org.openqa.selenium.By locator,
String name,
ElementState state)
Create custom element according to passed parameters.
|
| Modifier and Type | Method and Description |
|---|---|
default <T extends IElement> |
IElementFactory.findChildElement(IElement parentElement,
org.openqa.selenium.By childLoc,
Class<T> clazz)
Finds child element existing in any state by its locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElement(IElement parentElement,
org.openqa.selenium.By childLoc,
Class<T> clazz,
ElementState state)
Finds child element by its locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElement(IElement parentElement,
org.openqa.selenium.By childLoc,
IElementSupplier<T> supplier)
Finds child element existing in any state by its locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElement(IElement parentElement,
org.openqa.selenium.By childLoc,
IElementSupplier<T> supplier,
ElementState state)
Finds child element by its locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElement(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
Class<T> clazz)
Finds displayed child element by its locator relative to parent element.
|
<T extends IElement> |
IElementFactory.findChildElement(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
Class<T> clazz,
ElementState state)
Finds child element by its locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElement(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier)
Finds child element existing in any state by its locator relative to parent element.
|
<T extends IElement> |
IElementFactory.findChildElement(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier,
ElementState state)
Finds child element by its locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
Class<T> clazz)
Finds displayed child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
Class<T> clazz,
ElementsCount count)
Finds displayed child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
Class<T> clazz,
ElementsCount count,
ElementState state)
Finds child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
Class<T> clazz,
ElementState state)
Finds child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
IElementSupplier<T> supplier)
Finds displayed child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
IElementSupplier<T> supplier,
ElementsCount count)
Finds displayed child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
IElementSupplier<T> supplier,
ElementsCount count,
ElementState state)
Finds child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
IElementSupplier<T> supplier,
ElementState state)
Finds child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
Class<T> clazz)
Finds displayed child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
Class<T> clazz,
ElementsCount count)
Finds displayed child elements by their locator relative to parent element.
|
<T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
Class<T> clazz,
ElementsCount count,
ElementState state)
Finds child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
Class<T> clazz,
ElementState state)
Finds child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier)
Finds displayed child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier,
ElementsCount count)
Finds displayed child elements by their locator relative to parent element.
|
<T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier,
ElementsCount count,
ElementState state)
Finds child elements by their locator relative to parent element.
|
default <T extends IElement> |
IElementFactory.findChildElements(IElement parentElement,
org.openqa.selenium.By childLoc,
String name,
IElementSupplier<T> supplier,
ElementState state)
Finds child elements by their locator relative to parent element.
|
Copyright © 2020. All rights reserved.