| Package | Description |
|---|---|
| org.markysoft.vani.core.locating | |
| org.markysoft.vani.core.locating.factory | |
| org.markysoft.vani.core.util | |
| org.markysoft.vani.spring |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseElementLocator<T> |
class |
JQueryElementLocator |
class |
RegionElementLocator |
class |
WebElementLocator |
| Modifier and Type | Method and Description |
|---|---|
VaniElementLocator<?> |
ElementLocatorFactory.createLocator(FieldTypeInfo fieldTypeInfo,
org.openqa.selenium.SearchContext searchContext,
org.openqa.selenium.By by,
boolean shouldCache)
When a field on a class needs to be decorated with an
VaniElementLocator this method will be called. |
VaniElementLocator<?> |
DefaultElementLocatorFactory.createLocator(FieldTypeInfo fieldTypeInfo,
org.openqa.selenium.SearchContext searchContext,
org.openqa.selenium.By by,
boolean shouldCache) |
| Constructor and Description |
|---|
ElementInterceptor(VaniElementLocator<?> elementLocator) |
| Modifier and Type | Method and Description |
|---|---|
protected <R> R |
LocatorFieldCallback.createProxy(Class<?> targetClass,
VaniElementLocator elementLocator,
Field field)
method to create a proxy object for given field of specified class.
|
Copyright © 2016. All rights reserved.