| Package | Description |
|---|---|
| org.markysoft.vani.core.locating | |
| org.markysoft.vani.core.locating.factory | |
| org.markysoft.vani.core.util |
| Modifier and Type | Field and Description |
|---|---|
protected FieldTypeInfo |
BaseElementLocator.fieldTypeInfo |
| Constructor and Description |
|---|
BaseElementLocator(org.openqa.selenium.SearchContext searchContext,
org.openqa.selenium.By by,
boolean shouldCache,
FieldTypeInfo fieldTypeInfo,
VaniContext vaniContext)
Creates a new element locator.
|
JQueryElementLocator(org.openqa.selenium.SearchContext searchContext,
org.openqa.selenium.By by,
boolean shouldCache,
FieldTypeInfo fieldTypeInfo,
VaniContext vaniContext) |
RegionElementLocator(org.openqa.selenium.SearchContext searchContext,
org.openqa.selenium.By by,
boolean shouldCache,
FieldTypeInfo fieldTypeInfo,
RegionFactory regionFactory,
VaniContext vaniContext) |
WebElementLocator(org.openqa.selenium.SearchContext searchContext,
org.openqa.selenium.By by,
boolean shouldCache,
FieldTypeInfo fieldTypeInfo,
VaniContext vaniContext) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
FieldTypeInfo |
VaniReflectionUtil.getFieldTypeInfo(Field field,
Object bean)
This method will generate a
FieldTypeInfo object with provided
information. |
Copyright © 2016. All rights reserved.