| Modifier and Type | Method and Description |
|---|---|
protected StringBuilder |
JavaScriptLoader.fromClasspath(String classpath,
VaniContext vaniContext)
method to read javsScript file specified by path from classpath.
|
protected StringBuilder |
JavaScriptLoader.fromFilesystem(String sourcePath,
VaniContext vaniContext)
method to read javsScript file specified by path from file system.
|
protected Set<String> |
JavaScriptLoader.getResourcesPathFromClasspath(String classpath,
VaniContext context)
method to get paths of classpath resources.
|
<T> JavaScriptSource<T> |
JavaScriptLoader.load(JavaScript javaScript,
Class<T> jsInterface,
VaniContext vaniContext)
This method is responsible for loading the javascript code from
filesystem or classpath.
|
protected <T> void |
JavaScriptLoader.setCallFunction(JavaScriptSource<T> jsSource,
VaniContext vaniContext)
This method will look for method annotated with
JsCallFunction in
the target interface of provided JavaScriptSource. |
| Modifier and Type | Field and Description |
|---|---|
protected VaniContext |
RegionObject.vaniContext |
protected VaniContext |
BaseElementLocator.vaniContext |
| 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 | Field and Description |
|---|---|
protected VaniContext |
JavaScriptProxyFactory.vaniContext |
protected VaniContext |
DefaultLocatorBuilderFactory.vaniContext |
protected VaniContext |
DefaultElementLocatorFactory.vaniContext |
| Constructor and Description |
|---|
Annotations(Field field,
VaniContext vaniContext) |
| Constructor and Description |
|---|
ByJQuery(String selector,
VaniContext vaniContext) |
| Modifier and Type | Field and Description |
|---|---|
protected VaniContext |
DefaultPageHandlerFactory.vaniContext |
protected VaniContext |
DefaultPageHandler.vaniContext |
protected VaniContext |
DefaultPageCrawler.vaniContext |
| Constructor and Description |
|---|
DefaultPageHandler(T handler,
VaniContext vaniContext) |
| Modifier and Type | Field and Description |
|---|---|
protected VaniContext |
XhrInterceptor.vaniContext |
| Constructor and Description |
|---|
AnnotationInterceptor(Annotation annotation,
VaniContext vaniContext,
AnnotationProxyFactory annotationProxyFactory) |
JavaScriptMethodInterceptor(JavaScriptSource<?> jsSource,
VaniContext vaniContext,
List<Object> manualJSInterfaceImplemenations) |
XhrInterceptor(VaniContext vaniContext,
org.openqa.selenium.WebDriver webDriver) |
| Modifier and Type | Field and Description |
|---|---|
protected VaniContext |
WaitUtil.vaniContext |
protected VaniContext |
WaitBuilder.vaniContext |
protected VaniContext |
AjaxWaitCommand.vaniContext |
| Constructor and Description |
|---|
AjaxWaitCommand(VaniContext vaniContext,
String url,
long startMillis,
org.openqa.selenium.WebDriver webDriver) |
WaitBuilder(VaniContext vaniContext) |
WaitBuilder(WaitCommand command,
VaniContext vaniContext) |
| Modifier and Type | Field and Description |
|---|---|
protected VaniContext |
VaniAnnotationProcessor.vaniContext |
protected VaniContext |
SpringRegionFactory.vaniContext |
| Modifier and Type | Method and Description |
|---|---|
VaniContext |
VaniDefaultConfiguration.vaniContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
VaniAnnotationProcessor.setVaniContext(VaniContext vaniContext) |
| Constructor and Description |
|---|
LocatorFieldCallback(org.springframework.beans.factory.config.ConfigurableListableBeanFactory configurableBeanFactory,
Object bean,
VaniContext vaniContext) |
PageFieldCallback(Object bean,
VaniContext vaniContext) |
Copyright © 2016. All rights reserved.