| Package | Description |
|---|---|
| cz.etnetera.seleniumbrowser.browser | |
| cz.etnetera.seleniumbrowser.element | |
| cz.etnetera.seleniumbrowser.module |
| Modifier and Type | Method and Description |
|---|---|
<T extends BrowserElement> |
Browser.constructBrowserElement(Class<T> element,
BrowserContext context,
org.openqa.selenium.WebElement webElement,
boolean optional) |
default <T extends BrowserElement> |
BrowserContext.constructBrowserElement(Class<T> element,
org.openqa.selenium.WebElement webElement,
boolean optional)
Construct element defined by class.
|
default <T extends BrowserElement> |
BrowserContext.find(BrowserContext context,
org.openqa.selenium.By by,
Class<T> elementCls)
Find all elements within the given context using the given mechanism
as instances of the given
BrowserElement or its subclass. |
<T extends BrowserElement> |
Browser.find(BrowserContext context,
org.openqa.selenium.By by,
Class<T> elementCls) |
default <T extends BrowserElement> |
BrowserContext.find(org.openqa.selenium.By by,
Class<T> elementCls)
Find all elements within the current context using the given mechanism
as instances of the given
BrowserElement or its subclass. |
default <T extends BrowserElement> |
BrowserContext.findOne(BrowserContext context,
org.openqa.selenium.By by,
Class<T> elementCls)
Find the first element within the given context using the given mechanism
as instance of the given
BrowserElement or its subclass. |
default <T extends BrowserElement> |
BrowserContext.findOne(BrowserContext context,
org.openqa.selenium.By by,
Class<T> elementCls,
boolean optional)
Find the first element within the given context using the given mechanism
as instance of the given
BrowserElement or its subclass. |
<T extends BrowserElement> |
Browser.findOne(BrowserContext context,
org.openqa.selenium.By by,
Class<T> elementCls,
boolean optional) |
default <T extends BrowserElement> |
BrowserContext.findOne(org.openqa.selenium.By by,
Class<T> elementCls)
Find the first element within the current context using the given mechanism
as instance of the given
BrowserElement or its subclass. |
default <T extends BrowserElement> |
BrowserContext.findOneOptional(BrowserContext context,
org.openqa.selenium.By by,
Class<T> elementCls)
Find the first element within the given context using the given mechanism
as instance of the given
BrowserElement or its subclass. |
default <T extends BrowserElement> |
BrowserContext.findOneOptional(org.openqa.selenium.By by,
Class<T> elementCls)
Find the first element within the current context using the given mechanism
as instance of the given
BrowserElement or its subclass. |
<T extends BrowserElement> |
Browser.initBrowserElement(Class<T> element,
BrowserContext context,
org.openqa.selenium.WebElement webElement,
boolean optional) |
default <T extends BrowserElement> |
BrowserContext.initBrowserElement(Class<T> element,
org.openqa.selenium.WebElement webElement,
boolean optional)
Initialize element defined by class.
|
default <T extends BrowserElement> |
BrowserContext.initBrowserElement(T element)
Initialize already constructed element.
|
<T extends BrowserElement> |
Browser.initBrowserElement(T element) |
| Modifier and Type | Method and Description |
|---|---|
default BrowserElement |
BrowserContext.findOne(BrowserContext context,
org.openqa.selenium.By by)
Find the first element within the given context using the given mechanism.
|
default BrowserElement |
BrowserContext.findOne(org.openqa.selenium.By by)
Find the first element within the current context using the given mechanism.
|
default BrowserElement |
BrowserContext.findOneOptional(BrowserContext context,
org.openqa.selenium.By by)
Find the first element within the given context using the given mechanism.
|
default BrowserElement |
BrowserContext.findOneOptional(org.openqa.selenium.By by)
Find the first element within the current context using the given mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
default List<BrowserElement> |
BrowserContext.find(BrowserContext context,
org.openqa.selenium.By by)
Find all elements within the given context using the given mechanism.
|
default List<BrowserElement> |
BrowserContext.find(org.openqa.selenium.By by)
Find all elements within the current context using the given mechanism.
|
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends BrowserElement> |
BrowserElementList.elementCls |
| Modifier and Type | Method and Description |
|---|---|
<T extends BrowserElement> |
BrowserElementLoader.find(BrowserContext context,
org.openqa.selenium.By by,
Class<T> elementCls) |
<T extends BrowserElement> |
BrowserElementLoader.find(BrowserContext context,
ClassLoader loader,
Field field,
Class<T> elementCls) |
<T extends BrowserElement> |
BrowserElementLoader.findOne(BrowserContext context,
org.openqa.selenium.By by,
Class<T> elementCls,
boolean optional) |
<T extends BrowserElement> |
BrowserElementLoader.findOne(BrowserContext context,
ClassLoader loader,
Field field,
Class<T> elementCls,
boolean optional) |
<T extends BrowserElement> |
BrowserElementLoader.initBrowserElement(BrowserContext context,
org.openqa.selenium.WebElement webElement,
Class<T> elementCls,
boolean optional) |
<T extends BrowserElement> |
BrowserElementLoader.initBrowserElements(BrowserContext context,
List<org.openqa.selenium.WebElement> webElements,
Class<T> elementCls) |
| Modifier and Type | Method and Description |
|---|---|
BrowserElement |
BrowserElementList.get(int index) |
BrowserElement |
BrowserElement.init() |
BrowserElement |
BrowserElement.with(BrowserContext context,
org.openqa.selenium.WebElement webElement,
boolean optional) |
| Constructor and Description |
|---|
BrowserElementList(BrowserContext context,
List<org.openqa.selenium.WebElement> webElements,
Class<? extends BrowserElement> elementCls) |
| Modifier and Type | Class and Description |
|---|---|
class |
Module
Basic module which supports elements and modules auto loading
similar as
Page. |
Copyright © 2016 Etnetera a.s.. All rights reserved.