| Package | Description |
|---|---|
| ru.yandex.qatools.htmlelements.loader | |
| ru.yandex.qatools.htmlelements.loader.decorator | |
| ru.yandex.qatools.htmlelements.loader.decorator.proxyhandlers |
| Modifier and Type | Method and Description |
|---|---|
static <T extends HtmlElement> |
HtmlElementLoader.createHtmlElement(Class<T> clazz,
org.openqa.selenium.SearchContext searchContext)
Creates an instance of the given class representing a block of elements and initializes its fields
with lazy proxies.
|
static <T extends HtmlElement> |
HtmlElementLoader.createHtmlElement(Class<T> elementClass,
org.openqa.selenium.WebElement elementToWrap,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HtmlElementLoader.populateHtmlElement(HtmlElement htmlElement,
CustomElementLocatorFactory locatorFactory)
Initializes fields of the given block of elements using specified locator factory.
|
static void |
HtmlElementLoader.populateHtmlElement(HtmlElement htmlElement,
org.openqa.selenium.SearchContext searchContext)
Initializes fields of the given block of elements with lazy proxies.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HtmlElementClassAnnotationsHandler<T extends HtmlElement>
Handles annotation of
HtmlElement and its successors. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends HtmlElement> |
ProxyFactory.createHtmlElementListProxy(ClassLoader loader,
InvocationHandler handler) |
protected <T extends HtmlElement> |
HtmlElementDecorator.decorateHtmlElement(ClassLoader loader,
Field field) |
protected <T extends HtmlElement> |
HtmlElementDecorator.decorateHtmlElementList(ClassLoader loader,
Field field) |
| Modifier and Type | Class and Description |
|---|---|
class |
HtmlElementListNamedProxyHandler<T extends HtmlElement> |
Copyright © 2023 Yandex. All rights reserved.