| Package | Description |
|---|---|
| aquality.selenium.core.elements | |
| aquality.selenium.core.elements.interfaces |
| Modifier and Type | Method and Description |
|---|---|
static ElementsCount |
ElementsCount.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementsCount[] |
ElementsCount.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<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) |
protected void |
ElementFactory.waitForElementsCount(org.openqa.selenium.By locator,
ElementsCount count,
ElementState state) |
| Modifier and Type | Method and Description |
|---|---|
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,
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,
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,
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,
ElementsCount count)
Finds displayed 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,
ElementsCount count)
Finds displayed 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,
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,
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,
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,
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.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,
IElementSupplier<T> supplier,
ElementsCount count,
ElementState state)
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,
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.
|
Copyright © 2020. All rights reserved.